@@ -5,7 +5,26 @@ IDLEfork NEWS
55What's New in IDLEfork 0.9 Alpha 2?
66===================================
77
8- *Release date: XX-XXX-2003*
8+ *Release date: 27-Jan-2003*
9+
10+ - Updated INSTALL.txt to claify use of the python2 rpm.
11+
12+ - Improved formatting in IDLE Help.
13+
14+ - Run menu: Replace "Run Script" with "Run Module".
15+
16+ - Code encountering an unhandled exception under the debugger now shows
17+ the correct traceback, with IDLE internal levels pruned out.
18+
19+ - If an exception occurs entirely in IDLE, don't prune the IDLE internal
20+ modules from the traceback displayed.
21+
22+ - Class Browser and Path Browser now use Alt-Key-2 for vertical zoom.
23+
24+ - IDLE icons will now install correctly even when setup.py is run from the
25+ build directory
26+
27+ - Class Browser now compatible with Python2.3 version of pyclbr.py
928
1029- Left cursor move in presence of selected text now moves from left end
1130 of the selection.
@@ -68,14 +87,14 @@ What's New in IDLEfork 0.9 Alpha 2?
6887- Rearrange the Shell menu to put Stack Viewer entries adjacent.
6988
7089- Add the ability to restart the subprocess interpreter from the shell window;
71- add an associated menu entry "Shell/Restart". Update help.
90+ add an associated menu entry "Shell/Restart" with binding Control-F6. Update
91+ IDLE help.
7292
7393- Upon a restart, annotate the shell window with a "restart boundary". Add a
74- shell window menu "Shell/View Restart" and hotkey to jump to the most recent
75- restart boundary.
94+ shell window menu "Shell/View Restart" with binding F6 to jump to the most
95+ recent restart boundary.
7696
77- - Change the shell window menu "Debug" to "Shell"; change "Settings" to
78- "Options".
97+ - Add Shell menu to Python Shell; change "Settings" to "Options".
7998
8099- Remove incorrect comment in setup.py: IDLEfork is now installed as a package.
81100
@@ -90,9 +109,10 @@ What's New in IDLEfork 0.9 Alpha 2?
90109
91110 + Can't kill a tight loop in the Windows version: Insert a
92111 ``print "*",`` in an outer loop or use the Task Manager to kill.
93- + Printing under Linux may be problematic.
94- + The debugger is pretty slow.
95- + RPC stack levels are not being pruned from debugger tracebacks.
112+ + Typing two Control-C in close succession when the subprocess is busy can
113+ cause IDLE to lose communication with the subprocess. Please type one
114+ only and wait for the exception to complete.
115+ + Printing under some versions of Linux may be problematic.
96116
97117
98118What's New in IDLEfork 0.9 Alpha 1?
0 commit comments