8000 bpo-41841: update idlelib News up to 3.10.0 (GH-30871) · python/cpython@98cabce · GitHub
[go: up one dir, main page]

Skip to content

Commit 98cabce

Browse files
authored
bpo-41841: update idlelib News up to 3.10.0 (GH-30871)
1 parent c314e3e commit 98cabce

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

Lib/idlelib/NEWS.txt

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
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.
411

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.
522

623
bpo-43283: Document why printing to IDLE's Shell is often slower than
724
printing to a system terminal and that it can be made faster by
@@ -30,6 +47,12 @@ by using inspect.getdoc.
3047
bpo-33987: Mostly finish using ttk widgets, mainly for editor,
3148
settings, and searches. Some patches by Mark Roseman.
3249

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+
3356
bpo-41775: Make 'IDLE Shell' the shell title.
3457

3558
bpo-35764: Rewrite the Calltips doc section.

0 commit comments

Comments
 (0)
0