[New-bugs-announce] [issue5692] test_zipfile fails under Windows

Antoine Pitrou report at bugs.python.org
Sat Apr 4 19:17:13 CEST 2009


New submission from Antoine Pitrou <pitrou at free.fr>:

Under Windows XP with VS 2008 Express:

test test_zipfile failed -- Traceback (most recent call last):
  File "Z:\py3k\__svn__\lib\test\test_zipfile.py", line 334, in testExtract
    self.assertEqual(writtenfile, correctfile)
AssertionError: 'c:_ziptest1' != 'c:\\_ziptest1'

----------
components: Tests
messages: 85414
nosy: pitrou
priority: release blocker
severity: normal
status: open
title: test_zipfile fails under Windows
type: behavior
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5692>
_______________________________________


More information about the New-bugs-announce mailing list