Skip to content

Some files are not compatible with Python 3 #70

Closed
@lesteve

Description

@lesteve

In our case the numpydoc functionality does not seem to be affected as these files don't seem to be used.

Super hacky one-liner to get the full list of problematic files:

for i in numpydoc/*.py; do ipython -c "import `echo ${i/.py/} | sed -e 's@/@.@'`" | grep Traceback > /dev/null || echo $i; done

Output:

numpydoc/comment_eater.py
numpydoc/compiler_unparse.py
numpydoc/phantom_import.py
numpydoc/plot_directive.py
numpydoc/traitsdoc.py

Most of the files are 4 years old but traitsdoc.py which is 2 years old. Are they still being used/maintained?

One I am particularly surprised by is plot_directive.py, is it really needed and how is it different from the matplotlib one?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions