[Python-checkins] bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943)

Miss Skeleton (bot) webhook-mailer at python.org
Sat Oct 26 22:38:30 EDT 2019


https://github.com/python/cpython/commit/bc30db1ee70b6708aa436868e548aef919567448
commit: bc30db1ee70b6708aa436868e548aef919567448
branch: 3.7
author: Miss Skeleton (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-10-26T19:38:26-07:00
summary:

bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943)

(cherry picked from commit e31a79a5b44357b409d71949dc5308889970f9ab)

Co-authored-by: Terry Jan Reedy <tjreedy at udel.edu>

files:
M Lib/idlelib/NEWS.txt

diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 32fda8c75bb8f..00d00a160b017 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -2,6 +2,15 @@ What's New in IDLE 3.7.5
 Released on 2019-09-30?
 ======================================
 
+bpo-36698: IDLE no longer fails when writing non-encodable characters
+to stderr.  It now escapes them with a backslash, like the regular
+Python interpreter.  Add an errors field to the standard streams.
+
+bpo-13153: Improve tkinter's handing of non-BMP (astral) unicode
+characters, such as 'rocket \U0001f680'.  Whether a proper glyph or
+replacement char is displayed depends on the OS and font.  For IDLE,
+astral chars in code interfere with editing.
+
 bpo-35379: When exiting IDLE, catch any AttributeError.  One happens
 when EditorWindow.close is called twice.  Printing a traceback, when
 IDLE is run from a terminal, is useless and annoying.



More information about the Python-checkins mailing list