equal
deleted
inserted
replaced
272 '_imp', |
272 '_imp', |
273 '_xmlplus', |
273 '_xmlplus', |
274 'fcntl', |
274 'fcntl', |
275 'nt', # pathlib2 tests the existence of built-in 'nt' module |
275 'nt', # pathlib2 tests the existence of built-in 'nt' module |
276 'win32com.gen_py', |
276 'win32com.gen_py', |
|
277 'win32com.shell', # 'appdirs' tries to import win32com.shell |
277 '_winreg', # 2.7 mimetypes needs immediate ImportError |
278 '_winreg', # 2.7 mimetypes needs immediate ImportError |
278 'pythoncom', |
279 'pythoncom', |
279 # imported by tarfile, not available under Windows |
280 # imported by tarfile, not available under Windows |
280 'pwd', |
281 'pwd', |
281 'grp', |
282 'grp', |