[Python-checkins] python/dist/src/PCbuild pythoncore.dsp,1.39,1.40
jvr@users.sourceforge.net
jvr@users.sourceforge.net
2002年12月30日 14:08:06 -0800
- Previous message: [Python-checkins] python/dist/src/PC config.c,1.36,1.37 getpathp.c,1.28,1.29
- Next message: [Python-checkins] python/dist/src/Python import.c,2.214,2.215 importdl.h,2.18,2.19 pythonrun.c,2.171,2.172
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1:/tmp/cvs-serv32400/PCbuild
Modified Files:
pythoncore.dsp
Log Message:
PEP 302 + zipimport:
- new import hooks in import.c, exposed in the sys module
- new module called 'zipimport'
- various changes to allow bootstrapping from zip files
I hope I didn't break the Windows build (or anything else for that
matter), but then again, it's been sitting on sf long enough...
Regarding the latest discussions on python-dev: zipimport sets
pkg.__path__ as specified in PEP 273, and likewise, sys.path item such as
/path/to/Archive.zip/subdir/ are supported again.
Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.dsp,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** pythoncore.dsp 29 Dec 2002 23:46:40 -0000 1.39
--- pythoncore.dsp 30 Dec 2002 22:08:04 -0000 1.40
***************
*** 550,553 ****
--- 550,557 ----
SOURCE=..\Modules\yuvconvert.c
# End Source File
+ # Begin Source File
+
+ SOURCE=..\Modules\zipimport.c
+ # End Source File
# End Target
# End Project
- Previous message: [Python-checkins] python/dist/src/PC config.c,1.36,1.37 getpathp.c,1.28,1.29
- Next message: [Python-checkins] python/dist/src/Python import.c,2.214,2.215 importdl.h,2.18,2.19 pythonrun.c,2.171,2.172
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]