[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.669
Florent Guillaume
cvs-admin at zope.org
Sun Nov 2 13:03:07 EST 2003
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv17090/doc
Modified Files:
CHANGES.txt
Log Message:
ConflictError was swallowed in ObjectManager by manage_beforeDelete and
_delObject. This could break code expecting to do cleanups before
deletion.
=== Zope/doc/CHANGES.txt 1.668 => 1.669 ===
--- Zope/doc/CHANGES.txt:1.668 Thu Oct 30 11:43:07 2003
+++ Zope/doc/CHANGES.txt Sun Nov 2 13:02:36 2003
@@ -29,6 +29,11 @@
(such as storages, databases, or logging handlers) to be used.
Bugs fixed
+
+ - ConflictError was swallowed in ObjectManager by
+ manage_beforeDelete and _delObject. This could break code
+ expecting to do cleanups before deletion.
+
- Python 2.3 BooleanType wasn't handled properly by ZTUtils
marshalling and ZPublisher's converters.
More information about the Zope-Checkins
mailing list