summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2019-03-08 08:04:32 (GMT)
committerGitHub <noreply@github.com>2019-03-08 08:04:32 (GMT)
commit8a1bab92915dd5c88832706c56af2f5611181d50 (patch)
treea1983152ac07dcdb5782f1da9e917ff575568375 /Lib/idlelib
parentf2320b37d9c85d8ddfc0c6afa81b77cd5f6e5ef2 (diff)
downloadcpython-8a1bab92915dd5c88832706c56af2f5611181d50.zip
cpython-8a1bab92915dd5c88832706c56af2f5611181d50.tar.gz
cpython-8a1bab92915dd5c88832706c56af2f5611181d50.tar.bz2
bpo-34162: Add entries for idlelib/NEWS.txt (#12232)
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/NEWS.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 715b013..58050f6 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,12 @@ Released on 2019-10-20?
======================================
+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.