summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-07-26 14:02:57 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-07-26 14:02:57 (GMT)
commite708a8a4aa3bda35a6720d0635a7468fb7a63b81 (patch)
tree728237bf435f9a26e97ef229a767e791daf964e5 /Misc
parent09f2e6f902b02708225c7bef7f031869ad85b094 (diff)
downloadcpython-e708a8a4aa3bda35a6720d0635a7468fb7a63b81.zip
cpython-e708a8a4aa3bda35a6720d0635a7468fb7a63b81.tar.gz
cpython-e708a8a4aa3bda35a6720d0635a7468fb7a63b81.tar.bz2
Issue #15041: update "see also" list in tkinter documentation.
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 9bbec4f..eac19b5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -98,6 +98,8 @@ Core and Builtins
Library
-------
+- Issue #15041: update "see also" list in tkinter documentation.
+
- Issue #15402: An issue in the struct module that caused sys.getsizeof to
return incorrect results for struct.Struct instances has been fixed.
Initial patch by Serhiy Storchaka.