E&S CVS Commit: PEAK - Another pass at simplifying peak.naming. Added GenericURLContext so it's

pje at eby-sarna.com pje at eby-sarna.com
Sun Jul 7 14:27:00 EDT 2002


Module Name:	PEAK
Committed By:	pje
Date:		Sun Jul  7 18:26:39 UTC 2002

Modified Files:
	PEAK/src/peak/naming: contexts.py names.py spi.py
	PEAK/src/peak/naming/factories: __init__.py peak_imports.py smtp.py

Log Message:
Another pass at simplifying peak.naming.  Added GenericURLContext so it's
not necessary to implement a context if a URL scheme is just an object
address.  Simplified approach to specify factory objects for such schenes,
also, but in a rather hackish way for now.  A proper fix for this will
have to wait until I've stripped out a few more things, fixed up the
interfaces a bit, and maybe begun to integrate with the configuration
system.  :(


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/naming/contexts.py.diff?r1=1.10&r2=1.11
http://cvs.eby-sarna.com/PEAK/src/peak/naming/names.py.diff?r1=1.12&r2=1.13
http://cvs.eby-sarna.com/PEAK/src/peak/naming/spi.py.diff?r1=1.17&r2=1.18
http://cvs.eby-sarna.com/PEAK/src/peak/naming/factories/__init__.py.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PEAK/src/peak/naming/factories/peak_imports.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PEAK/src/peak/naming/factories/smtp.py.diff?r1=1.5&r2=1.6

To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 PEAK/src/peak/naming/contexts.py
cvs rdiff -r1.12 -r1.13 PEAK/src/peak/naming/names.py
cvs rdiff -r1.17 -r1.18 PEAK/src/peak/naming/spi.py
cvs rdiff -r1.6 -r1.7 PEAK/src/peak/naming/factories/__init__.py
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/naming/factories/peak_imports.py
cvs rdiff -r1.5 -r1.6 PEAK/src/peak/naming/factories/smtp.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