Show More
@@ -46,6 +46,7 b' IGNORES = {' | |||||
46 | # setuptools' pkg_resources.py expects "from __main__ import x" to |
|
46 | # setuptools' pkg_resources.py expects "from __main__ import x" to | |
47 | # raise ImportError if x not defined |
|
47 | # raise ImportError if x not defined | |
48 | '__main__', |
|
48 | '__main__', | |
|
49 | '_ast', # https://bugs.python.org/issue41631 | |||
49 | '_ssl', # conditional imports in the stdlib, issue1964 |
|
50 | '_ssl', # conditional imports in the stdlib, issue1964 | |
50 | '_sre', # issue4920 |
|
51 | '_sre', # issue4920 | |
51 | 'rfc822', |
|
52 | 'rfc822', |
General Comments 0
You need to be logged in to leave comments.
Login now