[Modeling-cvs] ProjectModeling CHANGES,1.22,1.23
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-11-15 13:26:30
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1:/tmp/cvs-serv26638 Modified Files: CHANGES Log Message: Fixed bug #839231: python code generated in -B/--base mode made it impossible to import a class having sub-classes at first (circular imports) Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** CHANGES 15 Nov 2003 13:02:40 -0000 1.22 --- CHANGES 15 Nov 2003 13:26:27 -0000 1.23 *************** *** 8,11 **** --- 8,15 ---- -------------------------------------------------------- + * Fixed bug #839231: python code generated in -B/--base mode made it + impossible to import a class having sub-classes at first (it was raising + because of circular imports). + * Fixed bug #842698: when a PyModel.Attribute property is set after instanciation, its value was never propagated to the final Attribute at |