E&S CVS Commit: TransWarp - Added support for pickling instances of nested classes; this required

pje at eby-sarna.com pje at eby-sarna.com
Thu Apr 4 12:31:01 EST 2002


Module Name:	TransWarp
Committed By:	pje
Date:		Thu Apr  4 17:30:19 UTC 2002

Modified Files:
	TransWarp: CHANGES.txt
	TransWarp/src/TW/API: Meta.py Modules.py
	TransWarp/src/TW/Database: DataModel.py
	TransWarp/src/TW/SEF: Basic.py
	TransWarp/src/TW/SEF/tests: General.py

Log Message:
Added support for pickling instances of nested classes; this required
changing all uses of '__name__' which needed an unqualified class name.
Notably, one should use 'feature.attrName' instead of 'feature.__name__'
in verb definitions.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/TransWarp/CHANGES.txt.diff?r1=1.14&r2=1.15
http://cvs.eby-sarna.com/TransWarp/src/TW/API/Meta.py.diff?r1=1.12&r2=1.13
http://cvs.eby-sarna.com/TransWarp/src/TW/API/Modules.py.diff?r1=1.15&r2=1.16
http://cvs.eby-sarna.com/TransWarp/src/TW/Database/DataModel.py.diff?r1=1.25&r2=1.26
http://cvs.eby-sarna.com/TransWarp/src/TW/SEF/Basic.py.diff?r1=1.20&r2=1.21
http://cvs.eby-sarna.com/TransWarp/src/TW/SEF/tests/General.py.diff?r1=1.7&r2=1.8

To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 TransWarp/CHANGES.txt
cvs rdiff -r1.12 -r1.13 TransWarp/src/TW/API/Meta.py
cvs rdiff -r1.15 -r1.16 TransWarp/src/TW/API/Modules.py
cvs rdiff -r1.25 -r1.26 TransWarp/src/TW/Database/DataModel.py
cvs rdiff -r1.20 -r1.21 TransWarp/src/TW/SEF/Basic.py
cvs rdiff -r1.7 -r1.8 TransWarp/src/TW/SEF/tests/General.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