From: Finn B. <bc...@us...> - 2000-12-06 20:51:14
|
Update of /cvsroot/jython/jython In directory slayer.i.sourceforge.net:/tmp/cvs-serv607 Modified Files: NEWS Log Message: More news. Index: NEWS =================================================================== RCS file: /cvsroot/jython/jython/NEWS,v retrieving revision 2.10 retrieving revision 2.11 diff -C2 -r2.10 -r2.11 *** NEWS 2000/12/05 19:30:45 2.10 --- NEWS 2000/12/06 20:51:11 2.11 *************** *** 21,24 **** --- 21,25 ---- - Avoided a duplicate call to Class.getMethods(). This will improve performance. + - Allow from import * to modify the locals in a function (bug 122834). |