E&S CVS Commit: PEAK - Added a 'value' property to 'model.Enumeration', so that you can access
pje@eby-sarna.com
pje@eby-sarna.com
Mon Mar 21 10:30:00 2005
Module Name: PEAK
Committed By: pje
Date: Mon Mar 21 15:29:58 UTC 2005
Modified Files:
PEAK: CHANGES.txt
PEAK/src/peak/model: enumerations.py
PEAK/src/peak/model/tests: __init__.py
Log Message:
Added a 'value' property to 'model.Enumeration', so that you can access
an enumeration instance's value (i.e., the value it hashes and compares
equal to)
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.171&r2=1.172
http://cvs.eby-sarna.com/PEAK/src/peak/model/enumerations.py.diff?r1=1.13&r2=1.14
http://cvs.eby-sarna.com/PEAK/src/peak/model/tests/__init__.py.diff?r1=1.17&r2=1.18
To generate a diff of this commit:
cvs rdiff -r1.171 -r1.172 PEAK/CHANGES.txt
cvs rdiff -r1.13 -r1.14 PEAK/src/peak/model/enumerations.py
cvs rdiff -r1.17 -r1.18 PEAK/src/peak/model/tests/__init__.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.