Menu

#131 Docutils DeprecationWarning

v3.0
closed-fixed
other (40)
5
2007-01-28
2006-09-07
No

On running epydoc with reStructuredText mode to
produce a packagetree graphic with the latest
docutils I get this error:

/usr/lib/python2.4/site-packages/docutils/__init__.py:146:
DeprecationWarning: default_transforms attribute
deprecated.
Use get_transforms() method instead.arsing
docstrings: DeprecationWarning)

Is this an epydoc bug or a docutils bug?

Discussion

  • Edward Loper

    Edward Loper - 2006-09-09

    Logged In: YES
    user_id=195958

    Neither -- epydoc was just using a feature that docutils
    decided that it no longer wants to support. I belive this
    should be fixed in epydoc 3.0alpha3. If it's not, then
    please let me know exactly which version of epydoc and of
    docutils you're using. E.g.:

    >>> import epydoc; print epydoc.__version__
    3.0alpha3
    >>> import docutils; print docutils.__version__
    0.3.7

     
  • Edward Loper

    Edward Loper - 2006-09-09
    • status: open --> pending-fixed
     
  • Ross Collins

    Ross Collins - 2006-09-10

    Logged In: YES
    user_id=1589721

    Sorry for forgetting to give you the version numbers previously:

    >>> import epydoc; print epydoc.__version__
    3.0alpha3
    >>> import docutils; print docutils.__version__
    0.4

     
  • Ross Collins

    Ross Collins - 2006-09-10
    • status: pending-fixed --> open-fixed
     
  • Daniele Varrazzo

    • status: open-fixed --> closed-fixed
     

Log in to post a comment.