[Modeling-cvs] ProjectModeling/Modeling CHANGES,1.83,1.84
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-03-17 10:28:27
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1:/tmp/cvs-serv27065 Modified Files: CHANGES Log Message: Fixed objectsPathForKeyPath(): under some circumstances it did not raise ValueError, as expected Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CHANGES,v retrieving revision 1.83 retrieving revision 1.84 diff -C2 -d -r1.83 -r1.84 *** CHANGES 17 Mar 2003 10:25:32 -0000 1.83 --- CHANGES 17 Mar 2003 10:28:19 -0000 1.84 *************** *** 8,11 **** --- 8,14 ---- -------------------------------------------------------- + * Fixed Entity.objectsPathForKeyPath(): under some circumstances it did not + raise ValueError as expected for an invalid keypath + * scripts/mdl_validate_model.py fixed: ValueError could be raised when no messages were issued at the INFO level |