Show More
@@ -164,7 +164,7 b' def list_stdlib_modules():' | |||||
164 | for m in ['msvcrt', '_winreg']: |
|
164 | for m in ['msvcrt', '_winreg']: | |
165 | yield m |
|
165 | yield m | |
166 | # These get missed too |
|
166 | # These get missed too | |
167 | for m in 'ctypes', 'email': |
|
167 | for m in 'ctypes', 'email', 'multiprocessing': | |
168 | yield m |
|
168 | yield m | |
169 | yield 'builtins' # python3 only |
|
169 | yield 'builtins' # python3 only | |
170 | for m in 'fcntl', 'grp', 'pwd', 'termios': # Unix only |
|
170 | for m in 'fcntl', 'grp', 'pwd', 'termios': # Unix only |
General Comments 0
You need to be logged in to leave comments.
Login now