From: Finn B. <bc...@us...> - 2001-03-14 13:43:02
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv32663 Modified Files: NEWS Log Message: Lastest news. Index: NEWS =================================================================== RCS file: /cvsroot/jython/jython/NEWS,v retrieving revision 2.30 retrieving revision 2.31 diff -C2 -r2.30 -r2.31 *** NEWS 2001/03/13 20:32:24 2.30 --- NEWS 2001/03/14 13:45:02 2.31 *************** *** 1,5 **** Jython NEWS ! xx-xxx-2001 Jython 2.1 alpha 1 New features. --- 1,5 ---- Jython NEWS ! 14-mar-2001 Jython 2.1 alpha 1 New features. *************** *** 17,20 **** --- 17,21 ---- - Warning framework (pep-0230). - Added sys.add_classdir and sys.add_extdir. + - Added nested scope to the interpreter (pep-0227). Bug fixes. *************** *** 25,28 **** --- 26,30 ---- instead of the wrapped java object. - Include a LineNumberTable in the compiled class files. + - Fixed a java version test bug in the installer. 17-Jan-2001 Jython 2.0 final release |