summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-11-07 10:03:09 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-11-07 10:03:09 (GMT)
commit7c28999cb2d46da5b688ae1a9fb4e63666628541 (patch)
treee4760fb466b90041ae9360f48f297135bd0e0094 /Misc
parent9f2e0d6a86c8384fec5f0e35e0487295d74c3315 (diff)
parent8e92f5727414815fce9a12ded1acfb7e13037e85 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f69aa8b..a7efe99 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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