Message41981
Logged In: YES
user_id=92689
Checked in with several changes:
- importers on sys.path are no longer allowed
- zipimporter was reverted to properly support pkg.__path__
and archive.zip/subdir/ again, this time without caring
about the zip file extension.
- get_data() semantics adapted to latest version of PEP 302
- minor import.c tweaks from Guido
Commit details:
Include/pythonrun.h, rev. 2.57
Lib/site.py, rev. 1.47
Lib/test/test_importhooks.py, rev. 1.1
Lib/test/test_zipimport.py, rev. 1.1
Modules/Setup.dist, rev. 1.35
Modules/getpath.c, rev. 1.45
Modules/zipimport.c, rev. 1.1
PC/config.c, rev. 1.37
PC/getpathp.c, rev. 1.29
PCbuild/pythoncore.dsp, rev. 1.40
Python/import.c, rev. 2.215
Python/importdl.h, rev. 2.19
Python/pythonrun.c, rev. 2.172 |
|
Date |
User |
Action |
Args |
2007-08-23 15:18:59 | admin | link | issue652586 messages |
2007-08-23 15:18:59 | admin | create | |
|