Skip to content
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

Replace the Imp Module With Importlib in More Places #857

Closed
StabbarN opened this issue Oct 19, 2020 · 0 comments
Closed

Replace the Imp Module With Importlib in More Places #857

StabbarN opened this issue Oct 19, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@StabbarN
Copy link

Deprecated imp module is still being used.

I get a deprecation warning from bpython (version 0.20) with django-admin shell_plus (https://github.com/django-extensions/django-extensions)

.venv/lib/python3.7/site-packages/bpython/args.py:10: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses

See https://github.com/bpython/bpython/blob/0.20-bugfix/bpython/args.py#L10

Similar issue #791 and PR #792

@sebastinas sebastinas self-assigned this Oct 19, 2020
@sebastinas sebastinas added the bug label Oct 19, 2020
@sebastinas sebastinas added this to the release-0.21 milestone Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants