E&S CVS Commit: PEAK - Fixed a problem with converting 'file:' URLs to Windows filenames: they
pje at eby-sarna.com
pje at eby-sarna.com
Tue Jul 15 09:35:00 EDT 2003
Module Name: PEAK
Committed By: pje
Date: Tue Jul 15 13:34:54 UTC 2003
Modified Files:
PEAK/src/peak/naming/factories: openable.py
Log Message:
Fixed a problem with converting 'file:' URLs to Windows filenames: they
could end up as an empty string if the path contained no forward slashes,
and they could omit the contents up to the first forward slash. (Note:
this is probably still a problem with naively specified Windows 'file:'
URLs. Technically, you're supposed to use the hideous construct
'file:///C|/whatever' to specify drive letters. I'm not sure what we
should do about this, overall.)
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.12&r2=1.13
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 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