[Modeling-cvs] ProjectModeling CHANGES,1.37,1.38
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2004-02-15 14:25:13
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6460 Modified Files: CHANGES Log Message: Applied patch #771009: DatabaseContext.batchFetchRelationship() Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** CHANGES 9 Feb 2004 21:06:05 -0000 1.37 --- CHANGES 15 Feb 2004 14:17:57 -0000 1.38 *************** *** 8,11 **** --- 8,21 ---- -------------------------------------------------------- + * Applied patch #771009: DatabaseContext.batchFetchRelationship() + Not publicly announced because it's not documented yet --and there a need + for a more user-friendly API at the EditingContext level! + + * ObserverCenter: internals changed: no more variables or functions whose + names are surrounded by double-underscores (these names are normally + reserved for python use) + + * Updated the files to conform to PEP-0263: source encoding is iso-8859-1 + * Fixed SortOrdering.sortOrderingsWithString() |