This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author giampaolo.rodola
Recipients giampaolo.rodola
Date 2008-01-26.02:18:54
SpamBayes Score 0.37135226
Marked as misclassified No
Message-id <1201313938.37.0.0332747788012.issue1938@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.6.13903.msi, windows XP sp2:


======================================================================
ERROR: testExtract (__main__.TestsWithSourceFile)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Python26\Lib\test\test_zipfile.py", line 357, in tearDown
    os.remove(TESTFN2)
WindowsError: [Error 32] The file used by another process: '@test2'

======================================================================
FAIL: testExtract (__main__.TestsWithSourceFile)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Python26\Lib\test\test_zipfile.py", line 320, in testExtract
    self.assertEqual(writtenfile, correctfile)
AssertionError: 'C:\\Python26\\Lib\\test\\ziptest2dir\\_ziptest2' !=
'C:\\Python
26\\Lib\\test\\ziptest2dir/_ziptest2'

----------------------------------------------------------------------
History
Date User Action Args
2008-01-26 02:18:58giampaolo.rodolasetspambayes_score: 0.371352 -> 0.37135226
recipients: + giampaolo.rodola
2008-01-26 02:18:58giampaolo.rodolasetspambayes_score: 0.371352 -> 0.371352
messageid: <1201313938.37.0.0332747788012.issue1938@psf.upfronthosting.co.za>
2008-01-26 02:18:56giampaolo.rodolalinkissue1938 messages
2008-01-26 02:18:55giampaolo.rodolacreate