E&S CVS Commit: PEAK - Fixed things up enough that 'import peak.naming' doesn't throw any

pje at eby-sarna.com pje at eby-sarna.com
Sat Jun 15 09:59:00 EDT 2002


Module Name:	PEAK
Committed By:	pje
Date:		Sat Jun 15 13:58:22 UTC 2002

Modified Files:
	PEAK/src/peak/naming: api.py interfaces.py names.py spi.py
	PEAK/src/peak/naming/factories: __init__.py
Removed Files:
	PEAK/src/peak/naming: exceptions.py

Log Message:
Fixed things up enough that 'import peak.naming' doesn't throw any
exceptions.  :)  Specifically, I reincorporated exceptions into
the interfaces module, fixed up dangling uppercase module names, and
fixed a problem with Syntax objects failing to compile a regular
expression for a "flat" naming syntax.


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.6&r2=1.7
http://cvs.eby-sarna.com/PEAK/src/peak/naming/names.py.diff?r1=1.6&r2=1.7
http://cvs.eby-sarna.com/PEAK/src/peak/naming/interfaces.py.diff?r1=1.11&r2=1.12
http://cvs.eby-sarna.com/PEAK/src/peak/naming/spi.py.diff?r1=1.12&r2=1.13
http://cvs.eby-sarna.com/PEAK/src/peak/naming/factories/__init__.py.diff?r1=1.2&r2=1.3

To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 PEAK/src/peak/naming/api.py \
    PEAK/src/peak/naming/names.py
cvs rdiff -r1.12 -r0 PEAK/src/peak/naming/exceptions.py
cvs rdiff -r1.11 -r1.12 PEAK/src/peak/naming/interfaces.py
cvs rdiff -r1.12 -r1.13 PEAK/src/peak/naming/spi.py
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/naming/factories/__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