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 koen
Recipients faw, koen
Date 2008-12-21.22:33:41
SpamBayes Score 2.7626013e-06
Marked as misclassified No
Message-id <1229898822.99.0.900682614504.issue4710@psf.upfronthosting.co.za>
In-reply-to
Content
I'm no expert, but is it possible for ZIP files to have Windows-style 
path seperators ('\') as well?
And is this new behavior desirable for existing code as well? It might 
break existing applications, so perhaps a new extractrecursive() 
function is more intuitive.
Finally, I've noticed that the patch does not add any tests to test for 
the new/old behavior.
History
Date User Action Args
2008-12-21 22:33:43koensetrecipients: + koen, faw
2008-12-21 22:33:42koensetmessageid: <1229898822.99.0.900682614504.issue4710@psf.upfronthosting.co.za>
2008-12-21 22:33:41koenlinkissue4710 messages
2008-12-21 22:33:41koencreate