E&S CVS Commit: PEAK - Removed all known usage of AutoCreated et al, and marked the appropriate

pje at eby-sarna.com pje at eby-sarna.com
Wed Nov 27 20:25:01 EST 2002


Module Name:	PEAK
Committed By:	pje
Date:		Thu Nov 28 01:24:20 UTC 2002

Modified Files:
	PEAK/src/peak/binding: components.py once.py
	PEAK/src/peak/binding/tests: __init__.py
	PEAK/src/peak/config/tests: __init__.py
	PEAK/src/peak/running: daemons.py
	PEAK/src/peak/storage: caches.py data_managers.py transactions.py
	    xmi.py
	PEAK/src/peak/storage/tests: __init__.py

Log Message:
Removed all known usage of AutoCreated et al, and marked the appropriate
docstrings as "DEPRECATED".  There really weren't that many places where
we relied on AutoCreated behavior, and making them explicit with
binding.New() actually does seem to improve the clarity of the code.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/src/peak/binding/components.py.diff?r1=1.71&r2=1.72
http://cvs.eby-sarna.com/PEAK/src/peak/binding/once.py.diff?r1=1.28&r2=1.29
http://cvs.eby-sarna.com/PEAK/src/peak/binding/tests/__init__.py.diff?r1=1.21&r2=1.22
http://cvs.eby-sarna.com/PEAK/src/peak/config/tests/__init__.py.diff?r1=1.7&r2=1.8
http://cvs.eby-sarna.com/PEAK/src/peak/running/daemons.py.diff?r1=1.3&r2=1.4
http://cvs.eby-sarna.com/PEAK/src/peak/storage/caches.py.diff?r1=1.2&r2=1.3
http://cvs.eby-sarna.com/PEAK/src/peak/storage/data_managers.py.diff?r1=1.7&r2=1.8
http://cvs.eby-sarna.com/PEAK/src/peak/storage/transactions.py.diff?r1=1.17&r2=1.18
http://cvs.eby-sarna.com/PEAK/src/peak/storage/xmi.py.diff?r1=1.1&r2=1.2
http://cvs.eby-sarna.com/PEAK/src/peak/storage/tests/__init__.py.diff?r1=1.10&r2=1.11

To generate a diff of this commit:
cvs rdiff -r1.71 -r1.72 PEAK/src/peak/binding/components.py
cvs rdiff -r1.28 -r1.29 PEAK/src/peak/binding/once.py
cvs rdiff -r1.21 -r1.22 PEAK/src/peak/binding/tests/__init__.py
cvs rdiff -r1.7 -r1.8 PEAK/src/peak/config/tests/__init__.py
cvs rdiff -r1.3 -r1.4 PEAK/src/peak/running/daemons.py
cvs rdiff -r1.2 -r1.3 PEAK/src/peak/storage/caches.py
cvs rdiff -r1.7 -r1.8 PEAK/src/peak/storage/data_managers.py
cvs rdiff -r1.17 -r1.18 PEAK/src/peak/storage/transactions.py
cvs rdiff -r1.1 -r1.2 PEAK/src/peak/storage/xmi.py
cvs rdiff -r1.10 -r1.11 PEAK/src/peak/storage/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