summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-04-02 07:58:40 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-04-02 07:58:40 (GMT)
commitb452f41cc82a9627d9a29b5ff6853af06ed3083f (patch)
tree3fa7bb1668df279bfa8b08ce33f6072238182394 /Misc
parent1399a01b903a6cdf2ecd9d8e479197d94b8b721c (diff)
parentf7de3dd02d5186f30f69b80f5ee00376581f1d23 (diff)
downloadcpython-b452f41cc82a9627d9a29b5ff6853af06ed3083f.zip
cpython-b452f41cc82a9627d9a29b5ff6853af06ed3083f.tar.gz
cpython-b452f41cc82a9627d9a29b5ff6853af06ed3083f.tar.bz2
Issue #21526: Fixed support of new boolean type in Tcl 8.5.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 92e6da7..949bf3f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,8 @@ Core and Builtins
Library
-------
+- Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.
+
- Issue #23836: Fix the faulthandler module to handle reentrant calls to
its signal handlers.
@@ -146,8 +148,6 @@ Library
- Issue #23252: Added support for writing ZIP files to unseekable streams.
-- 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