[ZPT] CVS: Releases/Zope/lib/python/ZTUtils - CHANGES.txt:1.7

Evan Simpson evan@zope.com
Tue, 11 Dec 2001 21:30:04 -0500


Update of /cvs-repository/Releases/Zope/lib/python/ZTUtils
In directory cvs.zope.org:/tmp/cvs-serv3700

Modified Files:
	CHANGES.txt 
Log Message:



=== Releases/Zope/lib/python/ZTUtils/CHANGES.txt 1.6 => 1.7 ===
     Version 1.1.4
 
+      Features Added
+
+        - Under Python 2.2, Iterator both accepts and produces Python
+          iterator objects.
+
+        - first() and last() methods allow you to tell whether the
+          current element is different from the next or previous
+          element.  This is most useful when the sequence is sorted.
+
       Bugs Fixed
 
         - Handle both string and class Unauthorized exceptions.