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 paul.moore
Recipients Arfrever, benjamin.peterson, georg.brandl, gregory.p.smith, larry, paul.moore, python-dev, steve.dower, vstinner
Date 2014-02-17.07:36:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392622569.22.0.863096882946.issue20621@psf.upfronthosting.co.za>
In-reply-to
Content
Re unit tests. Doh. Of *course* there are tests for importing from zipfiles. And I just ran them (on Windows) and they worked. So there's something more complex going on here and I don't know how you test for it, sorry (short of by trying an import from the pip wheel that's bundled as part of _ensurepip - that's ugly and not very focused, but on the other hand it does test the precise use case that I have here...)
History
Date User Action Args
2014-02-17 07:36:09paul.mooresetrecipients: + paul.moore, georg.brandl, gregory.p.smith, vstinner, larry, benjamin.peterson, Arfrever, python-dev, steve.dower
2014-02-17 07:36:09paul.mooresetmessageid: <1392622569.22.0.863096882946.issue20621@psf.upfronthosting.co.za>
2014-02-17 07:36:09paul.moorelinkissue20621 messages
2014-02-17 07:36:08paul.moorecreate