Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upReplace the imp module with importlib #791
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The imp module is deprecated and will be removed in a future release. It should be replaced with the importlib module.
The only affected file in bpython is importcompletion.py
Here's the warning when run on my system: