-
-
Notifications
You must be signed in to change notification settings - Fork 165
compiler module deprecated #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Those are used only in the traits and phantom_import sphinx plugins. If you don't use them, you are fine. IIRC, porting those modules from compiler is not completely straightforward, so I left it to someone who actually uses them. |
I'm trying to dig into them. Does anyone maybe know more about these traits (
it still only returns
|
It's for documenting
I'm not entirely sure why it got pushed up into numpydoc. |
Thanks @rkern. Think I understand the idea now. I guess it's in numpydoc, because it should work for any class (nothing from traits.api is imported). Think I also found a bug in the current implementation - |
Thanks for updating all this! We've just got |
Currently raises
ImportError
on Python 3.As mentioned here, the module's functionality should be replaced with one of these:
The text was updated successfully, but these errors were encountered: