Issue #9384: python -m tkinter will now display a simple demo applet.
diff --git a/Misc/NEWS b/Misc/NEWS
index a6a7c20..3f565f6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -473,6 +473,8 @@
Library
-------
+- Issue #9384: python -m tkinter will now display a simple demo applet.
+
- The default size of the re module's compiled regular expression cache has
been increased from 100 to 500 and the cache replacement policy has changed
from simply clearing the entire cache on overflow to randomly forgetting 20%