Issue #20204: Added the __module__ attribute to _tkinter classes.

This commit is contained in:
Serhiy Storchaka 2015-03-01 09:06:29 +02:00
parent 24d3deefcf
commit efdc16f978
2 changed files with 5 additions and 2 deletions

View file

@ -12,6 +12,9 @@ Core and Builtins
Library
-------
- Issue #20204: Added the __module__ attribute to _tkinter classes.
- Issue #23521: Corrected pure python implementation of timedelta division.
* Eliminated OverflowError from timedelta * float for some floats;