diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-22 22:47:45 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-22 22:47:45 (GMT) |
commit | f07a4b663daafaf792ea39e118345fa1f10bbf8f (patch) | |
tree | e2a73813080e2a2bab491d886b0c6af2ece288a2 /Misc | |
parent | 1b2f4d5f0c015c01f445432c10eadb24d0805a28 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |