E&S CVS Commit: PEAK - Added 'naming.parseURL(name, parent=None)'; it parses 'name' as a URL and
pje at eby-sarna.com
pje at eby-sarna.com
Fri Dec 6 13:54:00 EST 2002
Module Name: PEAK
Committed By: pje
Date: Fri Dec 6 18:53:06 UTC 2002
Modified Files:
PEAK/src/peak/naming: api.py spi.py
Log Message:
Added 'naming.parseURL(name, parent=None)'; it parses 'name' as a URL and
loads the right context or scheme parser, then returns a parsed URL of the
appropriate type. 'exceptions.InvalidName' is raised if 'name' is not a
URL or its scheme is unrecognized.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/naming/api.py.diff?r1=1.13&r2=1.14
http://cvs.eby-sarna.com/PEAK/src/peak/naming/spi.py.diff?r1=1.31&r2=1.32
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 PEAK/src/peak/naming/api.py
cvs rdiff -r1.31 -r1.32 PEAK/src/peak/naming/spi.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