[ZPT] CVS: Packages/ZTUtils - Batch.py:1.3 CHANGES.txt:1.3

Amos Latteier amos@zope.com
Tue, 2 Oct 2001 14:34:31 -0400


Update of /cvs-repository/Packages/ZTUtils
In directory cvs.zope.org:/tmp/cvs-serv1283

Modified Files:
	Batch.py CHANGES.txt 
Log Message:
changed the batch orphan default from 3 to 0, bringing it in line with the dtml-in orphan default

=== Packages/ZTUtils/Batch.py 1.2 => 1.3 ===
     
     def __init__(self, sequence, size, start=0, end=0,
-                 orphan=3, overlap=0):
+                 orphan=0, overlap=0):
 
         start = start + 1
 


=== Packages/ZTUtils/CHANGES.txt 1.2 => 1.3 ===
   file HISTORY.txt.
 
+    Version XXX
+
+      Bugs Fixed
+
+        - Changed the batch orphan default from 3 to 0. This mirrors
+          the change in the orphan default in dtml-in.
+
     Version 1.1.1
 
       Features Added