diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-07 10:02:31 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-07 10:02:31 (GMT) |
commit | 8e92f5727414815fce9a12ded1acfb7e13037e85 (patch) | |
tree | 8bbf7b8b5517b71d88cbdea5a058fc579d120523 /Misc | |
parent | 72a7f7c476841dde6977f099cc63807df5858c2d (diff) | |
download | cpython-8e92f5727414815fce9a12ded1acfb7e13037e85.zip cpython-8e92f5727414815fce9a12ded1acfb7e13037e85.tar.gz cpython-8e92f5727414815fce9a12ded1acfb7e13037e85.tar.bz2 |
Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,6 +36,8 @@ Core and Builtins Library ------- +- Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. + - Issue #22417: Verify certificates by default in httplib (PEP 476). - Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 |