From: Andrew Svetlov Date: Thu, 26 Jul 2012 14:16:24 +0000 (+0300) Subject: Issue #15041: update "see also" list in tkinter documentation. X-Git-Tag: v3.3.0b2~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69f343941fa7ec251fd7cbcbbbd121ecc1b9cc2f;p=python Issue #15041: update "see also" list in tkinter documentation. --- 69f343941fa7ec251fd7cbcbbbd121ecc1b9cc2f diff --cc Misc/NEWS index a409115f56,eac19b528e..8d469ac1d7 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -52,8 -98,8 +52,10 @@@ Core and Builtin Library ------- + - Issue #15041: update "see also" list in tkinter documentation. + +- Issue #15413: os.times() had disappeared under Windows. + - 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.