[Modeling-cvs] ProjectModeling CHANGES,1.15,1.16
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-09-13 13:01:05
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1:/tmp/cvs-serv23010 Modified Files: CHANGES Log Message: Fixed bug #804756: EditingContext.insertObject() appeared to be really slow when resolving dns entries is slow. Hence TemporaryGlobalID is now caching the FQDN on a per-session basis. Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** CHANGES 6 Sep 2003 11:48:05 -0000 1.15 --- CHANGES 13 Sep 2003 13:01:02 -0000 1.16 *************** *** 8,11 **** --- 8,15 ---- -------------------------------------------------------- + * Fixed bug #804756: EditingContext.insertObject() appeared to be really + slow when resolving dns entries is slow. Hence TemporaryGlobalID is now + caching the FQDN on a per-session basis. + * Generated python code: __init__() now takes a keyword argument **kw, allowing new objects to be initialized with values. Ex: b=Book(title='t') |