summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-07-30 17:01:13 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-07-30 17:01:13 (GMT)
commit504ba313fc081966b721a4e697dffc13840b9e69 (patch)
treed1952808f9858acce56167a6b759df479ce7b9cb /Misc/NEWS
parent754d5ef8da92d71b72be4b129af5011cd4480dd0 (diff)
parent1fb0e3f3a2dde81f428ec0a8bcffffdb6f622292 (diff)
downloadcpython-504ba313fc081966b721a4e697dffc13840b9e69.zip
cpython-504ba313fc081966b721a4e697dffc13840b9e69.tar.gz
cpython-504ba313fc081966b721a4e697dffc13840b9e69.tar.bz2
Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog.
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 ba36751..e628f74 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -339,6 +339,9 @@ Core and Builtins
Library
-------
+- Issue #12288: Consider '0' and '0.0' as valid initialvalue
+ for tkinter SimpleDialog.
+
- Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
Patch by Serhiy Storchaka.