summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-22 22:47:45 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-22 22:47:45 (GMT)
commitf07a4b663daafaf792ea39e118345fa1f10bbf8f (patch)
treee2a73813080e2a2bab491d886b0c6af2ece288a2 /Misc
parent1b2f4d5f0c015c01f445432c10eadb24d0805a28 (diff)
downloadcpython-f07a4b663daafaf792ea39e118345fa1f10bbf8f.zip
cpython-f07a4b663daafaf792ea39e118345fa1f10bbf8f.tar.gz
cpython-f07a4b663daafaf792ea39e118345fa1f10bbf8f.tar.bz2
Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c832e5e..590f0a5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,8 @@ Core and Builtins
Library
-------
+- Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.
+
- Issue #23647: Increase impalib's MAXLINE to accommodate modern mailbox sizes.
- Issue #23539: If body is None, http.client.HTTPConnection.request now sets