[Python-checkins] bpo-34162: Add entries for idlelib/NEWS.txt (GH-12232)

Miss Islington (bot) webhook-mailer at python.org
Fri Mar 8 03:25:57 EST 2019


https://github.com/python/cpython/commit/02351ed1ba601445735c6a6eae6f9b1d37fae8cd
commit: 02351ed1ba601445735c6a6eae6f9b1d37fae8cd
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-03-08T00:25:52-08:00
summary:

bpo-34162: Add entries for idlelib/NEWS.txt (GH-12232)

(cherry picked from commit 8a1bab92915dd5c88832706c56af2f5611181d50)

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 367d933ec2ed..d2c150b8e2a9 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,12 @@ Released on 2019-??-??
 ======================================
 
 
+bpl-36152: Remove colorizer.ColorDelegator.close_when_done and the
+corresponding argument of .close().  In IDLE, both have always been
+None or False since 2007.
+
+bpo-36096: Make colorizer state variables instance-only.
+
 bpo-24310: Document settings dialog font tab sample.
 
 bpo-35689: Add docstrings and tests for colorizer.



More information about the Python-checkins mailing list