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 xuanji
Recipients KevinH, alanmcintyre, ned.deily, r.david.murray, xuanji
Date 2010-12-21.08:12:16
SpamBayes Score 2.1835185e-09
Marked as misclassified No
Message-id <1292919139.41.0.57145773766.issue10694@psf.upfronthosting.co.za>
In-reply-to
Content
Hi KevinH, sorry if I gave the wrong impression that you must submit a patch before anyone will look at the bug. I thought you wanted to provide a patch for this. If you only want to report a bug that is ok, thanks for that.

I have confirmed your bug on the py3k branch. Attached is a patch that adds a test case to test_zipfile.py (as requested by others) and ports Kevin's patch to py3k. I have confirmed that his patch works: without it the test fails, and with it the test passes. Note: You have to create a file "README.zip" in the Lib/test directory, because svn diff cannot display added files.
History
Date User Action Args
2010-12-21 08:12:19xuanjisetrecipients: + xuanji, alanmcintyre, ned.deily, r.david.murray, KevinH
2010-12-21 08:12:19xuanjisetmessageid: <1292919139.41.0.57145773766.issue10694@psf.upfronthosting.co.za>
2010-12-21 08:12:16xuanjilinkissue10694 messages
2010-12-21 08:12:16xuanjicreate