Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a56f8 commit 40495faCopy full SHA for 40495fa
1 file changed
IPython/core/completerlib.py
@@ -23,7 +23,7 @@
23
import sys
24
25
try:
26
- # Python 3
+ # Python >= 3.3
27
from importlib.machinery import all_suffixes
28
_suffixes = all_suffixes()
29
except ImportError:
0 commit comments