Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MAINT: Remove np.pkgload, which seems to be unusable anyway #11703

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

Merged
merged 1 commit into from
Aug 12, 2018

Conversation

eric-wieser
Copy link
Member

Attempts to use this on either cpython27 or cpython35, in either a shell or a script, gives:

NameError: name '__path__' is not defined

"""
# 2014-10-29, 1.10
warnings.warn('pkgload and PackageLoader are obsolete '
'and will be removed in a future version of numpy',
Copy link
Member Author

@eric-wieser eric-wieser Aug 10, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't even spot this. > 3ish years seems like plenty of time to wait, especially since it seems we broke it anyway

@charris
Copy link
Member

charris commented Aug 12, 2018

Needs a release note, otherwise LGTM.

Attempts to use this on either cpython27 or cpython35, in either a shell or a script, gives:

    NameError: name '__path__' is not defined

Perhaps I'm calling it wrong, but it might just be broken.
@eric-wieser eric-wieser force-pushed the remove-_import_tools branch from ae16dac to 85cf4ef Compare August 12, 2018 17:49
@eric-wieser
Copy link
Member Author

Updated

@charris
Copy link
Member

charris commented Aug 12, 2018

Thanks Eric.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants