From: Finn B. <bc...@us...> - 2000-11-25 11:37:44
|
Update of /cvsroot/jython/jython In directory slayer.i.sourceforge.net:/tmp/cvs-serv1226 Modified Files: NEWS Log Message: Added notice of builtin standard exception being classes. Index: NEWS =================================================================== RCS file: /cvsroot/jython/jython/NEWS,v retrieving revision 2.5 retrieving revision 2.6 diff -C2 -r2.5 -r2.6 *** NEWS 2000/11/24 17:03:05 2.5 --- NEWS 2000/11/25 11:37:39 2.6 *************** *** 1,5 **** Jython NEWS ! xx-Nov-2000 Jython 2.0 alpha 1 New features. --- 1,5 ---- Jython NEWS ! 26-Nov-2000 Jython 2.0 alpha 1 New features. *************** *** 25,28 **** --- 25,30 ---- is searched for python modules before the CLASSPATH and sys.path is searched for java class and java packages. + - The builtin exceptions are always classbased. -X is disable. + User exception can still be strings. Bug fixes. |