equal
deleted
inserted
replaced
262 '_hashlib', |
262 '_hashlib', |
263 # ImportError during pkg_resources/__init__.py:fixup_namespace_package |
263 # ImportError during pkg_resources/__init__.py:fixup_namespace_package |
264 '_imp', |
264 '_imp', |
265 '_xmlplus', |
265 '_xmlplus', |
266 'fcntl', |
266 'fcntl', |
|
267 'nt', # pathlib2 tests the existence of built-in 'nt' module |
267 'win32com.gen_py', |
268 'win32com.gen_py', |
268 '_winreg', # 2.7 mimetypes needs immediate ImportError |
269 '_winreg', # 2.7 mimetypes needs immediate ImportError |
269 'pythoncom', |
270 'pythoncom', |
270 # imported by tarfile, not available under Windows |
271 # imported by tarfile, not available under Windows |
271 'pwd', |
272 'pwd', |