Brian Curtin <cur...@acm.org> added the comment: 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\\py3...@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\\py3...@test_2972_ tmp\\ustar/symtype' ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue1578269> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com