[Modeling-cvs] ProjectModeling CHANGES,1.59,1.60
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-11-24 15:11:52
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv570 Modified Files: CHANGES Log Message: Fixed bug #981123 reported by Ernesto Revilla: dynamic.build() now accepts PyModels In the same method: also fixed the generated module's '__name__', and added attribute '__module__' to the generated classes Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** CHANGES 23 Nov 2004 17:41:50 -0000 1.59 --- CHANGES 24 Nov 2004 15:11:18 -0000 1.60 *************** *** 10,13 **** --- 10,18 ---- * Now distributed under a 3-clause BSD-style license, see LICENSE for details + * Fixed bug #981123 reported by Ernesto Revilla: dynamic.build() now accepts + PyModels + In the same method: also fixed the generated module's '__name__', and + added attribute '__module__' to the generated classes + * Fixed bug #1008615: disabled the FutureWarning raised by python2.3 for negative value in hex(). Thanks to Lorenzo Gil Sanchez for reporting. |