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

Evan Simpson evan@zope.com
Thu, 26 Sep 2002 17:33:47 -0400


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

Modified Files:
	CHANGES.txt 
Log Message:
Fix Collector #538.  Path expressions with a non-path final alternate no
longer try to call a value returned by that alternate.


=== Releases/Zope/doc/CHANGES.txt 1.544 => 1.545 ===
--- Releases/Zope/doc/CHANGES.txt:1.544	Thu Sep 26 13:29:45 2002
+++ Releases/Zope/doc/CHANGES.txt	Thu Sep 26 17:33:16 2002
@@ -6,6 +6,9 @@
 
     Bugs Fixed
 
+      - Collector #538: Hybrid path expressions no longer attempt to call
+        a value returned by the final, non-path alternate.
+
       - Collector #573: ZTUtils Iterator didn't catch AttributeError.
 
       - Deprecated hasRole alias in User.py failed to return result.