[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.625.2.237
Sidnei da Silva
sidnei at awkly.org
Wed Nov 3 12:47:04 EST 2004
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv9379/doc
Modified Files:
Tag: Zope-2_7-branch
CHANGES.txt
Log Message:
- Catch AttributeErrors and KeyErrors raised from
__bobo_traverse__ and convert them to NotFound. In debug mode
a more verbose error message is issued, the same way it's done
on attribute/item traversal.
=== Zope/doc/CHANGES.txt 1.625.2.236 => 1.625.2.237 ===
--- Zope/doc/CHANGES.txt:1.625.2.236 Wed Nov 3 11:51:46 2004
+++ Zope/doc/CHANGES.txt Wed Nov 3 12:46:33 2004
@@ -47,6 +47,11 @@
- If a PROPPATCH element value contains only a CDATA section,
store the CDATA contents only.
+ - Catch AttributeErrors and KeyErrors raised from
+ __bobo_traverse__ and convert them to NotFound. In debug mode
+ a more verbose error message is issued, the same way it's done
+ on attribute/item traversal.
+
Zope 2.7.3 final
Bugs fixed
More information about the Zope-Checkins
mailing list