E&S CVS Commit: PEAK - Fix misc. problems running PEAK from within a zipfile, as reported by

pje at eby-sarna.com pje at eby-sarna.com
Wed Feb 2 23:05:00 EST 2005


Module Name:	PEAK
Committed By:	pje
Date:		Thu Feb  3 04:04:01 UTC 2005

Modified Files:
	PEAK/src/peak/config: config_components.py load_zconfig.py
	PEAK/src/peak/config/tests: __init__.py
	PEAK/src/peak/naming/factories: openable.py

Log Message:
Fix misc. problems running PEAK from within a zipfile, as reported by
Alexander Smishlajev.  Specifically, I misunderstood an aspect of PEP 302's
'get_data()' signature, and ZConfig didn't use 'pkgfile:' for loading
schema components.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/config/config_components.py.diff?r1=1.91&r2=1.92
http://cvs.eby-sarna.com/PEAK/src/peak/config/load_zconfig.py.diff?r1=1.17&r2=1.18
http://cvs.eby-sarna.com/PEAK/src/peak/config/tests/__init__.py.diff?r1=1.36&r2=1.37
http://cvs.eby-sarna.com/PEAK/src/peak/naming/factories/openable.py.diff?r1=1.27&r2=1.28

To generate a diff of this commit:
cvs rdiff -r1.91 -r1.92 PEAK/src/peak/config/config_components.py
cvs rdiff -r1.17 -r1.18 PEAK/src/peak/config/load_zconfig.py
cvs rdiff -r1.36 -r1.37 PEAK/src/peak/config/tests/__init__.py
cvs rdiff -r1.27 -r1.28 PEAK/src/peak/naming/factories/openable.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




More information about the source-changes mailing list