[Zope3-checkins] SVN: Zope3/trunk/doc/CHANGES.txt When you get an
Unauthorized error, now you can see the object in addition to
Marius Gedminas
marius at pov.lt
Wed Feb 23 05:23:24 EST 2005
Log message for revision 29256:
When you get an Unauthorized error, now you can see the object in addition to
the attribute and permission names in the traceback.
Mention this in doc/CHANGES.txt.
Changed:
U Zope3/trunk/doc/CHANGES.txt
-=-
Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt 2005-02-23 02:00:49 UTC (rev 29255)
+++ Zope3/trunk/doc/CHANGES.txt 2005-02-23 10:23:23 UTC (rev 29256)
@@ -10,6 +10,10 @@
New features
+ - The zope.security.interfaces.Unauthorized exception now shows the
+ object, in addition to the attribute and permission names. This should
+ make debugging easier.
+
- You can declare "features" provided by your package with the new
<meta:provides feature="name" /> ZCML directive. The presence of these
features can be tested with the new zcml:condition attribute.
More information about the Zope3-Checkins
mailing list