summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-04-02 07:35:57 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-04-02 07:35:57 (GMT)
commitf7de3dd02d5186f30f69b80f5ee00376581f1d23 (patch)
tree6ed2b1f99eaf7b72b5464fb5e0a09ba23ce3ec1c /Misc/NEWS
parentf41f8f99744230beb78efca71033a288107e3547 (diff)
downloadcpython-f7de3dd02d5186f30f69b80f5ee00376581f1d23.zip
cpython-f7de3dd02d5186f30f69b80f5ee00376581f1d23.tar.gz
cpython-f7de3dd02d5186f30f69b80f5ee00376581f1d23.tar.bz2
Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fd38563..7deb820 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Core and Builtins
Library
-------
+- Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.
+
- Issue #23838: linecache now clears the cache and returns an empty result on
MemoryError.