Éric Araujo <mer...@netwok.org> added the comment: I don’t understand this part:
Traceback (most recent call last): File "distutils\tests\test_sdist.py", line 385, in test_manual_manifest archive = tarfile.open(archive_name) File "tarfile.py", line 1736, in open return func(name, "r", fileobj, **kwargs) File "tarfile.py", line 1806, in gzopen fileobj.close() AttributeError: 'NoneType' object has no attribute 'close' The code is protected by a skipUnless(ZLIB_SUPPORT), so how can the tarfile object be None? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12678> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com