commit | 15fc22011d284d30104d5a55445572d635c1a9a5 | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Thu Jul 26 17:19:40 2012 +0300 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Thu Jul 26 17:19:40 2012 +0300 |
tree | 6172f98f3b43e8e63d4eb59fb7d5123ce7e7c51a | |
parent | b37f14c70e05cfc0487538c558323ea26f4ab603 [diff] [blame] |
Issue #15041: Update "see also" list in tkinter documentation.
diff --git a/Misc/NEWS b/Misc/NEWS index 4b65fa9..b0f77a0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,8 @@ Core and Builtins ----------------- +- Issue #15041: Update "see also" list in tkinter documentation. + - Issue #14579: Fix error handling bug in the utf-16 decoder. Patch by Serhiy Storchaka.