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 v+python
Recipients francescor, skreft, v+python, vstinner
Date 2010-03-27.05:48:17
SpamBayes Score 0.0002569954
Marked as misclassified No
Message-id <1269668903.25.0.157324655743.issue4621@psf.upfronthosting.co.za>
In-reply-to
Content
I just "discovered" that attempting to open zip member "test\file" fails where attempting to open "test/file" works.  Granted the zip contains "/" not "\" characters, but using the os.path stuff (on windows) to manipulate the names before attempting to open the zip member produces "\" characters.  Clearly, I could switch them back.  It seems pretty clear that zipfile should do that for me, though.

A small, self-contained zip file test case is attached, being a zip that is named .py 

My testing using Python 3.1.1
History
Date User Action Args
2010-03-27 05:48:23v+pythonsetrecipients: + v+python, vstinner, francescor, skreft
2010-03-27 05:48:23v+pythonsetmessageid: <1269668903.25.0.157324655743.issue4621@psf.upfronthosting.co.za>
2010-03-27 05:48:20v+pythonlinkissue4621 messages
2010-03-27 05:48:19v+pythoncreate