E&S CVS Commit: PEAK - Added a 'data:' URL scheme, implementing RFC 2397 (although it's not as

pje at eby-sarna.com pje at eby-sarna.com
Sat Oct 16 16:38:01 EDT 2004


Module Name:	PEAK
Committed By:	pje
Date:		Sat Oct 16 20:37:13 UTC 2004

Modified Files:
	PEAK: CHANGES.txt
	PEAK/src/peak: peak.ini
	PEAK/src/peak/naming: URL.py
	PEAK/src/peak/naming/factories: openable.py
	PEAK/src/peak/naming/tests: __init__.py

Log Message:
Added a 'data:' URL scheme, implementing RFC 2397 (although it's not as
strict in its parsing of the content type and parameters as the RFC calls
for).  This is a semi-convenient way to provide configuration data
in-line, since a 'data:' URL can be a 'config.IStreamSource'.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.155&r2=1.156
http://cvs.eby-sarna.com/PEAK/src/peak/peak.ini.diff?r1=1.151&r2=1.152
http://cvs.eby-sarna.com/PEAK/src/peak/naming/URL.py.diff?r1=1.19&r2=1.20
http://cvs.eby-sarna.com/PEAK/src/peak/naming/factories/openable.py.diff?r1=1.23&r2=1.24
http://cvs.eby-sarna.com/PEAK/src/peak/naming/tests/__init__.py.diff?r1=1.26&r2=1.27

To generate a diff of this commit:
cvs rdiff -r1.155 -r1.156 PEAK/CHANGES.txt
cvs rdiff -r1.151 -r1.152 PEAK/src/peak/peak.ini
cvs rdiff -r1.19 -r1.20 PEAK/src/peak/naming/URL.py
cvs rdiff -r1.23 -r1.24 PEAK/src/peak/naming/factories/openable.py
cvs rdiff -r1.26 -r1.27 PEAK/src/peak/naming/tests/__init__.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