Update of /cvsroot/jython/jython
In directory usw-pr-cvs1:/tmp/cvs-serv17156
Modified Files:
NEWS
Log Message:
Added iterators.
Index: NEWS
===================================================================
RCS file: /cvsroot/jython/jython/NEWS,v
retrieving revision 2.44
retrieving revision 2.45
diff -C2 -d -r2.44 -r2.45
*** NEWS 2001/12/31 10:15:10 2.44
--- NEWS 2002/01/13 18:09:44 2.45
***************
*** 1,4 ****
--- 1,11 ----
Jython NEWS
+ xx-xxx-2002 Jython 2.2 alpha1
+
+ New features
+ - Iterators (pep-234).
+
+ Bug fixes.
+
31-dec-2001 Jython 2.1 final
|