equal
deleted
inserted
replaced
253 '__main__', |
253 '__main__', |
254 '_ssl', # conditional imports in the stdlib, issue1964 |
254 '_ssl', # conditional imports in the stdlib, issue1964 |
255 '_sre', # issue4920 |
255 '_sre', # issue4920 |
256 'rfc822', |
256 'rfc822', |
257 'mimetools', |
257 'mimetools', |
|
258 'sqlalchemy.events', # has import-time side effects (issue5085) |
258 # setuptools 8 expects this module to explode early when not on windows |
259 # setuptools 8 expects this module to explode early when not on windows |
259 'distutils.msvc9compiler' |
260 'distutils.msvc9compiler' |
260 ] |
261 ] |
261 |
262 |
262 def isenabled(): |
263 def isenabled(): |