]> granicus.if.org Git - python/commitdiff
Issue #20204: Added the __module__ attribute to _tkinter classes.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 1 Mar 2015 07:07:10 +0000 (09:07 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 1 Mar 2015 07:07:10 +0000 (09:07 +0200)
1  2 
Misc/NEWS
Modules/_tkinter.c

diff --cc Misc/NEWS
index f1a1410191717fb51264f4094625bb0c813fb2da,5a9b8360d2c847e815e65eb1135189a15ec7e590..d62e695fa2cdfa31da2e34fe856f0121ae5e9605
+++ b/Misc/NEWS
@@@ -13,10 -13,8 +13,12 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #20204: Added the __module__ attribute to _tkinter classes.
 +- Issue #19980: Improved help() for non-recognized strings.  help('') now
 +  shows the help on str.  help('help') now shows the help on help().
 +  Original patch by Mark Lawrence.
 +
  - Issue #23521: Corrected pure python implementation of timedelta division.
  
   * Eliminated OverflowError from timedelta * float for some floats;
Simple merge