Message206208
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. |
|
| Date |
User |
Action |
Args |
| 2013-12-15 01:16:07 | ncoghlan | set | recipients:
+ ncoghlan, brett.cannon, larry, Arfrever, eric.snow |
| 2013-12-15 01:16:05 | ncoghlan | set | messageid: <[email protected]> |
| 2013-12-15 01:16:05 | ncoghlan | link | issue19700 messages |
| 2013-12-15 01:16:02 | ncoghlan | create | |
|