From: Finn B. <bc...@us...> - 2001-11-03 19:29:00
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv26706 Modified Files: NEWS Log Message: Some new news. Index: NEWS =================================================================== RCS file: /cvsroot/jython/jython/NEWS,v retrieving revision 2.36 retrieving revision 2.37 diff -C2 -d -r2.36 -r2.37 *** NEWS 2001/07/29 20:46:49 2.36 --- NEWS 2001/11/03 19:28:57 2.37 *************** *** 1,4 **** --- 1,10 ---- Jython NEWS + xx-nov-2001 Jython 2.1 beta 1 + + New features. + - The weakref module is now available. + - The sys.exitfunc hook is called on exit. + 29-jul-2001 Jython 2.1 alpha 3 |