Commit 9850e579 authored by Evan Simpson's avatar Evan Simpson

*** empty log message ***

parent 53190b64
...@@ -6,6 +6,15 @@ ZTUtils changes ...@@ -6,6 +6,15 @@ ZTUtils changes
Version 1.1.4 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 Bugs Fixed
- Handle both string and class Unauthorized exceptions. - Handle both string and class Unauthorized exceptions.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment