From: Finn B. <bc...@us...> - 2001-02-01 14:21:15
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv8053 Modified Files: NEWS Log Message: Some news. Index: NEWS =================================================================== RCS file: /cvsroot/jython/jython/NEWS,v retrieving revision 2.25 retrieving revision 2.26 diff -C2 -r2.25 -r2.26 *** NEWS 2001/01/17 16:54:44 2.25 --- NEWS 2001/02/01 14:21:16 2.26 *************** *** 1,4 **** --- 1,23 ---- Jython NEWS + xx-xxx-2001 Jython 2.1 alpha 1 + + New features. + - Improve speed when indexing a string and iterating over a string + in a for loop. + - Reworked coercing model (pep-0208) + - Added {}.popitem(). + - Improved speed for python files by buffering the RandomAccessFile. + - Added function attributes (pep-0232) + - Rich comparison (pep-0207) + - Updated cPickle to handle CPython compatible unicode strings. + - Updated sre to CPython-2.1a1 + - Added the "new" module + + Bug fixes. + - Allow self referencing adapters to be collected when using weak + tables. + - Added workaround for a reader bug in MRJ22Jitc.01. + 17-Jan-2001 Jython 2.0 final release |