[Python-checkins] bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932)

Miss Islington (bot) webhook-mailer at python.org
Tue Feb 27 19:07:51 EST 2018


https://github.com/python/cpython/commit/0ea49fc0bfa10205895f9fb78b4d6659b2946883
commit: 0ea49fc0bfa10205895f9fb78b4d6659b2946883
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-02-27T16:07:45-08:00
summary:

bpo-30928:  Update idlelib/NEWS.txt, possibly for 3.7.0b2  (GH-5932)

(cherry picked from commit 0954c9e9c8fbea452f56120df592f2061d3209c7)

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 d616a740d5f5..c4aab2ee78b0 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,22 @@ Released on 2018-06-18?
 ======================================
 
 
+bpo-32916: Change 'str' to 'code' in idlelib.pyparse and users.
+
+bpo-32905: Remove unused code in pyparse module.
+
+bpo-32874: IDLE - add pyparse tests with 97% coverage.
+
+bpo-32837: IDLE - require encoding argument for textview.view_file.
+Using the system and place-dependent default encoding for open()
+is a bad idea for IDLE's system and location-independent files.
+
+bpo-32826: Add "encoding=utf-8" to open() in IDLE's test_help_about.
+GUI test test_file_buttons() only looks at initial ascii-only lines,
+but failed on systems where open() defaults to 'ascii' because
+readline() internally reads and decodes far enough ahead to encounter
+a non-ascii character in CREDITS.txt.
+
 bpo-32765: Update configdialog General tab create page docstring.
 Add new widgets to the widget list.
 



More information about the Python-checkins mailing list