diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-07 10:03:09 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-11-07 10:03:09 (GMT) |
commit | 7c28999cb2d46da5b688ae1a9fb4e63666628541 (patch) | |
tree | e4760fb466b90041ae9360f48f297135bd0e0094 /Misc | |
parent | 9f2e0d6a86c8384fec5f0e35e0487295d74c3315 (diff) | |
parent | 8e92f5727414815fce9a12ded1acfb7e13037e85 (diff) | |
download | cpython-7c28999cb2d46da5b688ae1a9fb4e63666628541.zip cpython-7c28999cb2d46da5b688ae1a9fb4e63666628541.tar.gz cpython-7c28999cb2d46da5b688ae1a9fb4e63666628541.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
@@ -183,6 +183,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 |