Update of /cvsroot/jython/jython
In directory usw-pr-cvs1:/tmp/cvs-serv7618
Modified Files:
NEWS
Log Message:
Added sys.exitfunc and sys.excepthook.
Index: NEWS
===================================================================
RCS file: /cvsroot/jython/jython/NEWS,v
retrieving revision 2.38
retrieving revision 2.39
diff -C2 -d -r2.38 -r2.39
*** NEWS 2001/11/15 17:15:30 2.38
--- NEWS 2001/11/26 11:02:00 2.39
***************
*** 5,9 ****
New features.
- The weakref module is now available.
! - The sys.exitfunc hook is called on exit.
- A CPython compatible xreadlines module.
--- 5,10 ----
New features.
- The weakref module is now available.
! - The sys.exitfunc hook is called on exit and the sys.excepthook
! is called when an exception occur.
- A CPython compatible xreadlines module.
|