|
1 |
| -What's New in IDLE 3.9.z |
2 |
| -(since 3.9.0) |
3 |
| -========================= |
| 1 | +What's New in IDLE 3.9 after 3.9.0 |
| 2 | +until 3.9.12, 2022-05-16 |
| 3 | +================================== |
| 4 | + |
| 5 | + |
| 6 | +bpo-40128: Mostly fix completions on macOS when not using tcl/tk 8.6.11 |
| 7 | +(as with 3.9). |
| 8 | + |
| 9 | +bpo-33962: Move the indent space setting from the Font tab to the new Windows |
| 10 | +tab. Patch by Mark Roseman and Terry Jan Reedy. |
4 | 11 |
|
| 12 | +bpo-40468: Split the settings dialog General tab into Windows and Shell/ED |
| 13 | +tabs. Move help sources, which extend the Help menu, to the Extensions tab. |
| 14 | +Make space for new options and shorten the dialog. The latter makes the dialog |
| 15 | +better fit small screens. |
| 16 | + |
| 17 | +bpo-41611: Avoid occasional uncaught exceptions and freezing when using |
| 18 | +completions on macOS. |
| 19 | + |
| 20 | +bpo-42225: Document that IDLE can fail on Unix either from misconfigured IP |
| 21 | +masquerade rules or failure displaying complex colored (non-ascii) characters. |
5 | 22 |
|
6 | 23 | bpo-43283: Document why printing to IDLE's Shell is often slower than
|
7 | 24 | printing to a system terminal and that it can be made faster by
|
@@ -30,6 +47,12 @@ by using inspect.getdoc.
|
30 | 47 | bpo-33987: Mostly finish using ttk widgets, mainly for editor,
|
31 | 48 | settings, and searches. Some patches by Mark Roseman.
|
32 | 49 |
|
| 50 | +bpo-40511: Stop unnecessary "flashing" when typing opening and closing |
| 51 | +parentheses inside the parentheses of a function call. |
| 52 | + |
| 53 | +bpo-38439: Add a 256×256 pixel IDLE icon to the Windows .ico file. Created by |
| 54 | +Andrew Clover. Remove the low-color gif variations from the .ico file. |
| 55 | + |
33 | 56 | bpo-41775: Make 'IDLE Shell' the shell title.
|
34 | 57 |
|
35 | 58 | bpo-35764: Rewrite the Calltips doc section.
|
|
0 commit comments