Skip to content

Commit 7a3b1a6

Browse files
bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943)
(cherry picked from commit e31a79a) Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent e3a477a commit 7a3b1a6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Lib/idlelib/NEWS.txt

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ What's New in IDLE 3.8.0 (since 3.7.0)
22
Released on 2019-10-20?
33
======================================
44

5+
bpo-36698: IDLE no longer fails when writing non-encodable characters
6+
to stderr. It now escapes them with a backslash, like the regular
7+
Python interpreter. Add an errors field to the standard streams.
8+
9+
bpo-13153: Improve tkinter's handing of non-BMP (astral) unicode
10+
characters, such as 'rocket \U0001f680'. Whether a proper glyph or
11+
replacement char is displayed depends on the OS and font. For IDLE,
12+
astral chars in code interfere with editing.
13+
514
bpo-35379: When exiting IDLE, catch any AttributeError. One happens
615
when EditorWindow.close is called twice. Printing a traceback, when
716
IDLE is run from a terminal, is useless and annoying.

0 commit comments

Comments
 (0)