diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-03-09 08:33:51 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-03-09 08:33:51 (GMT) |
commit | 42a4366ad51e7a470e59d5694e75e194f18042f3 (patch) | |
tree | 8b84cfaab9cb7ae70f8601f39ecf7123945c76a4 /Misc | |
parent | 0554d83f0ff7e9da5c021b57820b26a330c09129 (diff) | |
download | cpython-42a4366ad51e7a470e59d5694e75e194f18042f3.zip cpython-42a4366ad51e7a470e59d5694e75e194f18042f3.tar.gz cpython-42a4366ad51e7a470e59d5694e75e194f18042f3.tar.bz2 |
Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.
Added few missed tests for configure options.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -91,6 +91,8 @@ Core and Builtins Library ------- +- Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. + - Issue #15068: Got rid of excessive buffering in the fileinput module. The bufsize parameter is no longer used. |