commit | 7a0258232967bee46ace263e69d33a0e40dd3078 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Nov 07 12:02:11 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Nov 07 12:02:11 2014 +0200 |
tree | dd07899aaf1ac24813e8949f98cfa2f7c4fa287e | |
parent | a6a8a4f5f7e2ef0ca78622649d23acd984047613 [diff] [blame] |
Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
diff --git a/Misc/NEWS b/Misc/NEWS index e49239c..5900ff1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -37,6 +37,8 @@ Library ------- +- Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. + - Issue #22787: Allow the keyfile argument of SSLContext.load_cert_chain to be None.