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