From: Finn B. <bc...@us...> - 2001-07-04 01:39:11
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv20921 Modified Files: NEWS Log Message: Some new news. Index: NEWS =================================================================== RCS file: /cvsroot/jython/jython/NEWS,v retrieving revision 2.33 retrieving revision 2.34 diff -C2 -r2.33 -r2.34 *** NEWS 2001/06/22 22:14:01 2.33 --- NEWS 2001/07/03 21:08:22 2.34 *************** *** 8,11 **** --- 8,16 ---- - Display Hook for Interactive Use (pep-0217) + Bug fixes. + - Fixed obscure __import__ error message #437800 + - Prevent a NPE during import when running with a security manager + - Fix a lost syntax error when auto importing submodules. + 14-mar-2001 Jython 2.1 alpha 1 |