[Modeling-cvs] ProjectModeling CHANGES,1.14,1.15
Status: Abandoned
Brought to you by:
sbigaret
|
From: <sbi...@us...> - 2003-09-06 11:48:08
|
Update of /cvsroot/modeling/ProjectModeling
In directory sc8-pr-cvs1:/tmp/cvs-serv30067
Modified Files:
CHANGES
Log Message:
Generated python code: __init__() now takes a keyword argument **kw,
allowing new objects to be initialized with values. Ex: b=Book(title='t')
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** CHANGES 31 Aug 2003 17:32:25 -0000 1.14
--- CHANGES 6 Sep 2003 11:48:05 -0000 1.15
***************
*** 8,11 ****
--- 8,14 ----
--------------------------------------------------------
+ * Generated python code: __init__() now takes a keyword argument **kw,
+ allowing new objects to be initialized with values. Ex: b=Book(title='t')
+
0.9-pre-14 (2003/08/31)
-----------------------
|