Show More
@@ -184,6 +184,8 b' def list_stdlib_modules():' | |||
|
184 | 184 | yield 'builtins' # python3 only |
|
185 | 185 | for m in 'fcntl', 'grp', 'pwd', 'termios': # Unix only |
|
186 | 186 | yield m |
|
187 | for m in 'cPickle', 'datetime': # in Python (not C) on PyPy | |
|
188 | yield m | |
|
187 | 189 | stdlib_prefixes = set([sys.prefix, sys.exec_prefix]) |
|
188 | 190 | # We need to supplement the list of prefixes for the search to work |
|
189 | 191 | # when run from within a virtualenv. |
General Comments 0
You need to be logged in to leave comments.
Login now