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 gregory.p.smith
Recipients brett.cannon, eric.snow, gregory.p.smith, ncoghlan, python-dev, serhiy.storchaka, stutzbach
Date 2014-01-26.20:36:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390768565.52.0.235664479683.issue19081@psf.upfronthosting.co.za>
In-reply-to
Content
I refactored the unittests a bit and added another test for subimports when a directory within the .zip file is in sys.path as well.

The quizzical "wtf" TODO I had in the code has been "answered" in that I am unable to trigger a situation where path != buf and prefix is nonempty in that function.  I'm leaving that as a NOTE in the code for future investigation, but it isnt' related to this bug.  I cleaned up the code there regardless to refer to buf (guaranteed to be the path to the actual .zip file) rather than an odd mixture of path and buf.
History
Date User Action Args
2014-01-26 20:36:06gregory.p.smithsetrecipients: + gregory.p.smith, brett.cannon, ncoghlan, stutzbach, python-dev, eric.snow, serhiy.storchaka
2014-01-26 20:36:05gregory.p.smithsetmessageid: <1390768565.52.0.235664479683.issue19081@psf.upfronthosting.co.za>
2014-01-26 20:36:05gregory.p.smithlinkissue19081 messages
2014-01-26 20:36:04gregory.p.smithcreate