[Zodb-checkins] SVN: ZODB/trunk/NEWS.txt News about Collector 1900
fix.
Tim Peters
tim.one at comcast.net
Tue Oct 4 13:45:06 EDT 2005
Log message for revision 38752:
News about Collector 1900 fix.
Changed:
U ZODB/trunk/NEWS.txt
-=-
Modified: ZODB/trunk/NEWS.txt
===================================================================
--- ZODB/trunk/NEWS.txt 2005-10-04 17:43:42 UTC (rev 38751)
+++ ZODB/trunk/NEWS.txt 2005-10-04 17:45:06 UTC (rev 38752)
@@ -29,6 +29,15 @@
``beforeCommitHook()`` is now deprecated, and will be removed in ZODB 3.8.
Thanks to Julien Anguenot for contributing code and tests.
+ZEO
+---
+
+- (3.6a4) Collector 1900. In some cases of pickle exceptions raised by
+ low-level ZEO communication code, callers of ``marshal.encode()`` could
+ attempt to catch an exception that didn't actually exist, leading to an
+ erroneous ``AttributeError`` exception. Thanks to Tres Seaver for the
+ diagnosis.
+
PersistentMapping
-----------------
More information about the Zodb-checkins
mailing list