[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.406.2.38
Chris McDonough
chrism@zope.com
Thu, 4 Apr 2002 15:25:26 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv28024
Modified Files:
Tag: Zope-2_5-branch
CHANGES.txt
Log Message:
=== Zope/doc/CHANGES.txt 1.406.2.37 => 1.406.2.38 ===
Bugs Fixed
+ - Fixed bug where TTW code that called:
+
+ del REQUEST.SESSION['key']
+
+ Would fail with a slice error (due to the security machinery).
+ Assigning __garded_delitem__ to __delitem__ solves this problem,
+ and allows del to be called against a SESSION key value.
+
- Fixed a bug that could cause spurious AttributeErrors and other
strange failures when trying to work with methods acquired
from within the context of a transient object obtained via