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 ncoghlan
Recipients Arfrever, brett.cannon, eric.snow, larry, ncoghlan
Date 2013-12-15.01:15:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387070165.97.0.522681689867.issue19700@psf.upfronthosting.co.za>
In-reply-to
Content
Latest version simply doesn't check the loader type for the zipimport tests. (Note that just using find_spec doesn't work, since the directory and zipfile execution tests include implicit sys.path manipulation)

I also removed the separated "precompiled" flag that was in earlier patches, since importlib.util.spec_from_file_location deals with that for us.

If the full regression test suite passes, I'll be checking this version in.
History
Date User Action Args
2013-12-15 01:16:07ncoghlansetrecipients: + ncoghlan, brett.cannon, larry, Arfrever, eric.snow
2013-12-15 01:16:05ncoghlansetmessageid: <1387070165.97.0.522681689867.issue19700@psf.upfronthosting.co.za>
2013-12-15 01:16:05ncoghlanlinkissue19700 messages
2013-12-15 01:16:02ncoghlancreate