diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-02 07:58:40 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-04-02 07:58:40 (GMT) |
commit | b452f41cc82a9627d9a29b5ff6853af06ed3083f (patch) | |
tree | 3fa7bb1668df279bfa8b08ce33f6072238182394 /Misc | |
parent | 1399a01b903a6cdf2ecd9d8e479197d94b8b721c (diff) | |
parent | f7de3dd02d5186f30f69b80f5ee00376581f1d23 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |