summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-07-23 19:00:44 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-07-23 19:00:44 (GMT)
commit320f339131c8b64b6be85f31e739f269be09950d (patch)
treedbf167140cce05b707e386523c36d85687564de2 /Misc
parent6e20460dc6356d213e816bbbd8dc6a336c83bbd0 (diff)
downloadcpython-320f339131c8b64b6be85f31e739f269be09950d.zip
cpython-320f339131c8b64b6be85f31e739f269be09950d.tar.gz
cpython-320f339131c8b64b6be85f31e739f269be09950d.tar.bz2
Issue #6167: Scrollbar.activate() now returns the name of active element if
the argument is not specified. Scrollbar.set() now always accepts only 2 arguments. Added tests for Scrollbar.activate() and Scrollbar.set().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fc2e211..715c170 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -108,6 +108,10 @@ Core and Builtins
Library
-------
+- Issue #6167: Scrollbar.activate() now returns the name of active element if
+ the argument is not specified. Scrollbar.set() now always accepts only 2
+ arguments.
+
- Issue #15275: Clean up and speed up the ntpath module.
- Issue #21888: plistlib's load() and loads() now work if the fmt parameter is