diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2016-03-09 10:52:08 +0200 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-03-09 10:52:08 +0200 |
| commit | 2d68f18656b451302739231393c7e7c282a23c98 (patch) | |
| tree | d74038e6a300677794778f0cb459139ac24c0c01 /Misc | |
| parent | b9f3114d42601b07c9830af8b18330bff475bcfc (diff) | |
| parent | 42a4366ad51e7a470e59d5694e75e194f18042f3 (diff) | |
| download | cpython-git-2d68f18656b451302739231393c7e7c282a23c98.tar.gz | |
Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -201,6 +201,8 @@ Core and Builtins Library ------- +- Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. + - Issue #21042: Make ctypes.util.find_library() return the full path on Linux, similar to other platforms. Patch by Tamás Bence Gedai. |
