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

Steve Alexander steve@cat-box.net
Thu, 18 Jul 2002 12:25:17 -0400


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

Modified Files:
      Tag: Zope-2_7-development-branch
	CHANGES.txt 
Log Message:
Added note about bugfix in PageTemplateFile.py to change log.


=== Zope/doc/CHANGES.txt 1.505 => 1.505.2.1 ===
       - The set operation difference(X, None) was returning None
         instead of returning X, contradicting the docs and common
         sense.  difference(None, X) continues to return None.
+        
+      - Fixed unqualified except: clause in PageTemplates/PageTemplateFile.py
+        that was hiding the error when you use a filename that doesn't 
+        exist. SteveA.
 
     Features Added