summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2019-03-01 10:19:40 (GMT)
committerGitHub <noreply@github.com>2019-03-01 10:19:40 (GMT)
commitb9f0354efce95b7557bc43ea193c4b652cd28392 (patch)
tree00f1814ae8abc01e6195cc4e24da9c821f3d2b18 /Misc
parentd60a79a1015aa26ff7ee3166820ec43558911b60 (diff)
downloadcpython-b9f0354efce95b7557bc43ea193c4b652cd28392.zip
cpython-b9f0354efce95b7557bc43ea193c4b652cd28392.tar.gz
cpython-b9f0354efce95b7557bc43ea193c4b652cd28392.tar.bz2
bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109)
Remove colorizer.ColorDelegator.close_when_done and the corresponding argument of .close(). In IDLE, both have always been None or False since 2007.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2019-02-28-18-52-40.bpo-36152.9pkHIU.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2019-02-28-18-52-40.bpo-36152.9pkHIU.rst b/Misc/NEWS.d/next/IDLE/2019-02-28-18-52-40.bpo-36152.9pkHIU.rst
new file mode 100644
index 0000000..b75ae89
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2019-02-28-18-52-40.bpo-36152.9pkHIU.rst
@@ -0,0 +1,3 @@
+Remove colorizer.ColorDelegator.close_when_done and the
+corresponding argument of .close(). In IDLE, both have
+always been None or False since 2007.