[issue5692] test_zipfile fails under Windows

2009-05-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: Fixed in r72295, r72296, r72297. -- resolution: accepted -> fixed status: open -> closed ___ Python tracker ___

[issue5692] test_zipfile fails under Windows

2009-05-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: Benjamin oked the patch on IRC. -- assignee: -> pitrou resolution: -> accepted ___ Python tracker ___

[issue5692] test_zipfile fails under Windows

2009-05-02 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- versions: +Python 2.6, Python 2.7, Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue5692] test_zipfile fails under Windows

2009-05-02 Thread Antoine Pitrou
Antoine Pitrou added the comment: This alternate patch is ok here (tested under Windows and Linux). It's against trunk, since the bug actually exists there too. -- Added file: http://bugs.python.org/file13840/issue5692.patch ___ Python tracker

[issue5692] test_zipfile fails under Windows

2009-05-02 Thread Antoine Pitrou
Antoine Pitrou added the comment: I don't think your patch is specific enough. It should only trigger when the targetpath is of the form "/" or "X:/". By the way, while I first rated this bug release blocker, thinking test_zipfile was failing for all Windows platforms, we can downgrade it if it

[issue5692] test_zipfile fails under Windows

2009-05-02 Thread Benjamin Peterson
Benjamin Peterson added the comment: Can someone try this patch, please? -- keywords: +patch Added file: http://bugs.python.org/file13838/no_drive.patch ___ Python tracker ___ __

[issue5692] test_zipfile fails under Windows

2009-04-20 Thread Benjamin Peterson
Benjamin Peterson added the comment: You should probably just add a check that the path isn't in the root to that condition. -- ___ Python tracker ___ ___

[issue5692] test_zipfile fails under Windows

2009-04-04 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- priority: deferred blocker -> release blocker ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue5692] test_zipfile fails under Windows

2009-04-04 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: This happens when running test from root directory. Following patch can workaround this, but this code is there because it is needed, isn't it? (Related to #4710?) Index: Lib/zipfile.py === ---

[issue5692] test_zipfile fails under Windows

2009-04-04 Thread Benjamin Peterson
Benjamin Peterson added the comment: Let's worry about this after the alpha. -- nosy: +benjamin.peterson priority: release blocker -> deferred blocker ___ Python tracker ___

[issue5692] test_zipfile fails under Windows

2009-04-04 Thread Antoine Pitrou
New submission from Antoine Pitrou : 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' != '