E&S CVS Commit: PEAK - Stop trying to canonicalize 'file:'-ish URLs (e.g. lockfile, logfile, etc.)

pje at eby-sarna.com pje at eby-sarna.com
Tue Jul 15 12:17:01 EDT 2003


Module Name:	PEAK
Committed By:	pje
Date:		Tue Jul 15 16:16:17 UTC 2003

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

Log Message:
Stop trying to canonicalize 'file:'-ish URLs (e.g. lockfile, logfile, etc.)
Instead, ensure that output equals input.  So, we can no longer tell that
'file:///foo' and 'file:/foo' are equivalent, but we have less chance of
fouling up weird OS-specific inputs, which is more important.  :(


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/naming/factories/openable.py.diff?r1=1.13&r2=1.14
http://cvs.eby-sarna.com/PEAK/src/peak/naming/tests/__init__.py.diff?r1=1.17&r2=1.18

To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 PEAK/src/peak/naming/factories/openable.py
cvs rdiff -r1.17 -r1.18 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