E&S CVS Commit: PEAK-Rules - Allow nested tuples to mean the "or"
of their contents, so that you ca
pje at eby-sarna.com
pje at eby-sarna.com
Fri Aug 20 09:54:04 EDT 2010
Author: pje
Date: Fri Aug 20 09:54:01 2010
New Revision: 2683
URL: http://svn.eby-sarna.com?rev=2683&view=rev
Log:
Allow nested tuples to mean the "or" of their contents, so that you can
do things like when(f, (a, (b,c))) instead of having to write a when()
for (a,b) and a second one for (a,c).
Modified:
PEAK-Rules/Criteria.txt
PEAK-Rules/peak/rules/core.py
PEAK-Rules/peak/rules/criteria.py
PEAK-Rules/peak/rules/predicates.py
More information about the source-changes
mailing list