-
-
Notifications
You must be signed in to change notification settings - Fork 252
Closed
Labels
Description
We need to write some Python3-specific import completion code.
#!python
prompt$ # Issue with python3: As soon as I press anything at the ">>>" prompt, I get hundreds of the following two warnings repeated.
prompt$ bpython3 -i /path/to/bpython-PythonStartup.py
>>> <cr>
/home/user/.local/lib/python3.3/site-packages/bpython/importcompletion.py:122:
DeprecationWarning: imp.get_suffixes() is deprecated; use the constants defined on importlib.machinery instead
if not any(name.endswith(suffix[0]) for suffix in imp.get_suffixes()):
/home/user/.local/lib/python3.3/site-packages/bpython/importcompletion.py:130:
DeprecationWarning: imp.get_suffixes() is deprecated; use the constants defined on importlib.machinery instead
for suffix in imp.get_suffixes():
- Bitbucket: https://bitbucket.org/bobf/bpython/issue/296
- Originally Reported By:
- Originally Created At: 2014-07-03T17:08:58.584