commit | 2d96848c7e6a13423a8efe69f1539d8f6a7755a4 | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Mon Jul 30 20:04:53 2012 +0300 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Mon Jul 30 20:04:53 2012 +0300 |
tree | a12e9d7f49d906e8321294422139cf2f68dcd9e3 | |
parent | d8ec464dbbf4513c26018ca2825ea1498fe0aa71 [diff] [blame] |
Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog.
diff --git a/Misc/NEWS b/Misc/NEWS index 78cc038..08b632b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -92,6 +92,9 @@ 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.