]> granicus.if.org Git - python/commitdiff
Issue #15041: update "see also" list in tkinter documentation.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 26 Jul 2012 14:16:24 +0000 (17:16 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 26 Jul 2012 14:16:24 +0000 (17:16 +0300)
1  2 
Doc/library/tkinter.rst
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index a409115f5612f1955017c0aa2c50578b38e26474,eac19b528e8f4f9fdc728fbe38dcac1305caef2b..8d469ac1d79400f74a645c204b571d095a0378b5
+++ 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.