Message142470
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? |
|
Date |
User |
Action |
Args |
2011-08-19 15:59:44 | eric.araujo | set | recipients:
+ eric.araujo, pitrou, alexis |
2011-08-19 15:59:44 | eric.araujo | set | messageid: <1313769584.59.0.904304074564.issue12678@psf.upfronthosting.co.za> |
2011-08-19 15:59:44 | eric.araujo | link | issue12678 messages |
2011-08-19 15:59:43 | eric.araujo | create | |
|