From: Finn B. <bc...@us...> - 2001-11-15 17:15:33
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv28705 Modified Files: NEWS Log Message: Added notice about xreadline. Index: NEWS =================================================================== RCS file: /cvsroot/jython/jython/NEWS,v retrieving revision 2.37 retrieving revision 2.38 diff -C2 -d -r2.37 -r2.38 *** NEWS 2001/11/03 19:28:57 2.37 --- NEWS 2001/11/15 17:15:30 2.38 *************** *** 6,9 **** --- 6,10 ---- - The weakref module is now available. - The sys.exitfunc hook is called on exit. + - A CPython compatible xreadlines module. 29-jul-2001 Jython 2.1 alpha 3 |