Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8114b69..c3689e9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,6 +67,12 @@
 - Issue #18113: Fixed a refcount leak in the curses.panel module's
   set_userptr() method.  Reported by Atsuo Ishimoto.
 
+Tools/Demos
+-----------
+
+- Issue #12990: The "Python Launcher" on OSX could not launch python scripts
+  that have paths that include wide characters.
+
 Build
 -----