Mercurial > p > roundup > code
diff ZTUtils/CHANGES.txt @ 983:7fe79c67aaa9
Adding ZTUtils to the dist
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 30 Aug 2002 08:25:34 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ZTUtils/CHANGES.txt Fri Aug 30 08:25:34 2002 +0000 @@ -0,0 +1,28 @@ +ZTUtils changes + + This file contains change information for the current release. + Change information for previous versions can be found in the + file HISTORY.txt. + + Version 1.5 + + Features Added + + - Added 'sequence_length' attribute to batches. + + - 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. + + - Batch construction masked sequence errors, such as + Unauthorized. + + - Orphan defaulted to different values in different places. +
