From: Finn B. <bc...@us...> - 2002-01-13 19:32:31
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv1207 Modified Files: NEWS Log Message: Added news about pep-238. Index: NEWS =================================================================== RCS file: /cvsroot/jython/jython/NEWS,v retrieving revision 2.45 retrieving revision 2.46 diff -C2 -d -r2.45 -r2.46 *** NEWS 2002/01/13 18:09:44 2.45 --- NEWS 2002/01/13 19:32:27 2.46 *************** *** 5,8 **** --- 5,9 ---- New features - Iterators (pep-234). + - Changing the Division Operator (pep-238) Bug fixes. |