[Zope-Checkins] CVS: Releases/Zope/doc - CHANGES.txt:1.541
Evan Simpson
evan@zope.com
Wed, 25 Sep 2002 18:58:25 -0400
Update of /cvs-repository/Releases/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv18255/doc
Modified Files:
CHANGES.txt
Log Message:
Fix Collector #581, with unit test.
Tidy up inconsistency use of getattr/guarded_getattr.
=== Releases/Zope/doc/CHANGES.txt 1.540 => 1.541 ===
--- Releases/Zope/doc/CHANGES.txt:1.540 Wed Sep 25 08:44:22 2002
+++ Releases/Zope/doc/CHANGES.txt Wed Sep 25 18:57:55 2002
@@ -6,6 +6,12 @@
Bugs Fixed
+ - Collector #581: TALES Path traversal should not special-case a blank
+ string in the second element position. It now skips directly
+ to item access when a path element is blank or has a leading '_'.
+
+ - Fixed inconsistent attribute access in TALES Paths.
+
- Collector #587: fixed wrong migration to string methods in
DTMLMethod.py