E&S CVS Commit: pylib - Changed Storage objects to use a registry of methods to load fields,

pje at eby-sarna.com pje at eby-sarna.com
Wed Oct 24 22:58:00 EDT 2001


Module Name:	pylib
Committed By:	pje
Date:		Thu Oct 25 02:57:49 UTC 2001

Modified Files:
	pylib/TW/Database: Records.py

Log Message:
Changed Storage objects to use a registry of methods to load fields,
instead of using a method naming pattern (which required a method to be
defined under multiple names).  The new approach uses a 'loadFields'
function attribute on the methods to specify what fields the method loads.


To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/pylib/TW/Database/Records.py.diff?r1=1.2&r2=1.3

To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pylib/TW/Database/Records.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