[Zope-Checkins] CVS: Products/DCOracle2 - CHANGELOG:1.68

Matthew T. Kromer matt@zope.com
Fri, 25 Oct 2002 10:35:27 -0400


Update of /cvs-repository/Products/DCOracle2
In directory cvs.zope.org:/tmp/cvs-serv658

Modified Files:
	CHANGELOG 
Log Message:
Check in Gene Cash's iter() support with a mild tweak for systems without
StopIteration defined.


=== Products/DCOracle2/CHANGELOG 1.67 => 1.68 ===
--- Products/DCOracle2/CHANGELOG:1.67	Thu Oct 24 11:16:44 2002
+++ Products/DCOracle2/CHANGELOG	Fri Oct 25 10:35:26 2002
@@ -278,6 +278,9 @@
 		day must be 1-12 and 1-31 if year is > 0 etc.  Computation
 		of "valid" dates (ie leap year, end of month computation)
 		is not done. (Collector #74)
+	     o  Add __iter__ and next() support on cursors, from Gene Cash.
+	        Raises a IndexError on pythons under 2.2 when next() is called
+		and no more results are in the result set.
 
 Desired Features Not Yet Implemented: