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 jvr
Recipients
Date 2002-12-30.22:34:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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
History
Date User Action Args
2007-08-23 15:18:59adminlinkissue652586 messages
2007-08-23 15:18:59admincreate