[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.535.2.132

Martijn Pieters mj@zope.com
Tue, 15 Jul 2003 13:14:43 -0400


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv23649/doc

Modified Files:
      Tag: Zope-2_6-branch
	CHANGES.txt 
Log Message:
Document change to Tree.py.


=== Zope/doc/CHANGES.txt 1.535.2.131 => 1.535.2.132 ===
--- Zope/doc/CHANGES.txt:1.535.2.131	Tue Jul  8 02:01:26 2003
+++ Zope/doc/CHANGES.txt	Tue Jul 15 13:14:36 2003
@@ -16,6 +16,10 @@
         did not use the user object instance to check the permission;
         rather, it used the currently logged in user :(
 
+      - Fixed a potential bug in ZTUtils.Tree.decodeExpansion where a
+        potentially empty string was tested for it's first character; used
+        .startswith for safety.
+
   Zope 2.6.2 beta 3
 
     Backward incompatibilities