[Modeling-cvs] ProjectModeling CHANGES,1.19,1.20
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-10-04 12:29:48
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1:/tmp/cvs-serv30865 Modified Files: CHANGES Log Message: Fixed bug #812671: utils.finalize_docstrings() disabled Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** CHANGES 28 Sep 2003 14:52:05 -0000 1.19 --- CHANGES 4 Oct 2003 12:29:43 -0000 1.20 *************** *** 8,11 **** --- 8,13 ---- -------------------------------------------------------- + * Fixed bug #812671: utils.finalize_docstrings() disabled + * Fixed bug #814007: KeyValueCoding.storedValueForKey() unexpectedly returned obj.key instead of obj._key when both exist. |