Message98709
I haven't yet had a chance to look into what caused the failures, but test_tarfile did not pass. This is on Windows 7 x64.
======================================================================
ERROR: test_extract_hardlink (__main__.MiscReadTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lib\test\test_tarfile.py", line 295, in test_extract_hardlink
data = open(os.path.join(TEMPDIR, "ustar/symtype"), "rb").read()
IOError: [Errno 2] No such file or directory: 'd:\\python-dev\\py3k\\@test_2972_
tmp\\ustar/symtype'
======================================================================
ERROR: test_extract_hardlink (__main__.GzipMiscReadTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "lib\test\test_tarfile.py", line 295, in test_extract_hardlink
data = open(os.path.join(TEMPDIR, "ustar/symtype"), "rb").read()
IOError: [Errno 2] No such file or directory: 'd:\\python-dev\\py3k\\@test_2972_
tmp\\ustar/symtype' |
|
Date |
User |
Action |
Args |
2010-02-02 03:04:26 | brian.curtin | set | recipients:
+ brian.curtin, lemburg, loewis, nnorwitz, jafo, amaury.forgeotdarc, jaraco, ggenellina, eric.smith, giampaolo.rodola, swarren, r.david.murray, ssbarnea, asvetlov |
2010-02-02 03:04:25 | brian.curtin | set | messageid: <1265079865.79.0.758165630053.issue1578269@psf.upfronthosting.co.za> |
2010-02-02 03:04:23 | brian.curtin | link | issue1578269 messages |
2010-02-02 03:04:23 | brian.curtin | create | |
|