summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-11-07 10:02:31 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-11-07 10:02:31 (GMT)
commit8e92f5727414815fce9a12ded1acfb7e13037e85 (patch)
tree8bbf7b8b5517b71d88cbdea5a058fc579d120523 /Misc
parent72a7f7c476841dde6977f099cc63807df5858c2d (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d31dbe9..c4efc7c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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