equal
deleted
inserted
replaced
50 '_ssl', # conditional imports in the stdlib, issue1964 |
50 '_ssl', # conditional imports in the stdlib, issue1964 |
51 '_sre', # issue4920 |
51 '_sre', # issue4920 |
52 'rfc822', |
52 'rfc822', |
53 'mimetools', |
53 'mimetools', |
54 'sqlalchemy.events', # has import-time side effects (issue5085) |
54 'sqlalchemy.events', # has import-time side effects (issue5085) |
|
55 'sqlalchemy.dialects', # similar problems as above |
55 # setuptools 8 expects this module to explode early when not on windows |
56 # setuptools 8 expects this module to explode early when not on windows |
56 'distutils.msvc9compiler', |
57 'distutils.msvc9compiler', |
57 '__builtin__', |
58 '__builtin__', |
58 'builtins', |
59 'builtins', |
59 'urwid.command_map', # for pudb |
60 'urwid.command_map', # for pudb |