Update of /cvsroot/jython/jython
In directory usw-pr-cvs1:/tmp/cvs-serv11825
Modified Files:
NEWS
Log Message:
Added ReadlineConsole and displayhook.
Index: NEWS
===================================================================
RCS file: /cvsroot/jython/jython/NEWS,v
retrieving revision 2.32
retrieving revision 2.33
diff -C2 -r2.32 -r2.33
*** NEWS 2001/03/22 21:36:57 2.32
--- NEWS 2001/06/22 22:14:01 2.33
***************
*** 1,9 ****
Jython NEWS
! xx-apr-2001 Jython 2.1 alpha 2
! Bug fixes.
! - Fix #222819, #231507 and #406193 all related to proxies and their
! super__ methods.
14-mar-2001 Jython 2.1 alpha 1
--- 1,10 ----
Jython NEWS
! xx-jun-2001 Jython 2.1 alpha 2
! New features.
! - Added ReadlineConsole class. This class will make it a lot easier
! to integrate Bablok's readline support.
! - Display Hook for Interactive Use (pep-0217)
14-mar-2001 Jython 2.1 alpha 1
***************
*** 33,37 ****
- Include a LineNumberTable in the compiled class files.
- Fixed a java version test bug in the installer.
! - Added workaround for class initializarion bug in MRJ2.2.4
17-Jan-2001 Jython 2.0 final release
--- 34,39 ----
- Include a LineNumberTable in the compiled class files.
- Fixed a java version test bug in the installer.
! - Added workaround for class initialization bug in MRJ2.2.4
! - Added support for three argument getattr() calls.
17-Jan-2001 Jython 2.0 final release
|