You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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():
We need to write some Python3-specific import completion code.
The text was updated successfully, but these errors were encountered: