summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-03-09 10:33:51 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2016-03-09 10:33:51 +0200
commit42a4366ad51e7a470e59d5694e75e194f18042f3 (patch)
tree8b84cfaab9cb7ae70f8601f39ecf7123945c76a4 /Misc
parent0554d83f0ff7e9da5c021b57820b26a330c09129 (diff)
downloadcpython-git-42a4366ad51e7a470e59d5694e75e194f18042f3.tar.gz
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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 28674b8a0c..b9641816ef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.