diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-07-23 19:00:44 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-07-23 19:00:44 (GMT) |
commit | 320f339131c8b64b6be85f31e739f269be09950d (patch) | |
tree | dbf167140cce05b707e386523c36d85687564de2 /Misc | |
parent | 6e20460dc6356d213e816bbbd8dc6a336c83bbd0 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |