Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog.
diff --git a/Misc/ACKS b/Misc/ACKS
index cdea735..3d2393c 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -576,6 +576,7 @@
 Mike Meyer
 Steven Miale
 Trent Mick
+Tom Middleton
 Stan Mihai
 Aristotelis Mikropoulos
 Damien Miller
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.