summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-01 07:06:29 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-01 07:06:29 (GMT)
commitefdc16f978d20f2b1937002dffbbe658dad2eff6 (patch)
tree9d8fa530acbd128a6876d2aa4a9985c9e3d60828 /Misc/NEWS
parent24d3deefcf2f78b12fc29ed4c9a3811d46c534bb (diff)
downloadcpython-efdc16f978d20f2b1937002dffbbe658dad2eff6.zip
cpython-efdc16f978d20f2b1937002dffbbe658dad2eff6.tar.gz
cpython-efdc16f978d20f2b1937002dffbbe658dad2eff6.tar.bz2
Issue #20204: Added the __module__ attribute to _tkinter classes.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c3f5154..5a9b836 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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;