Patch #1393157: os.startfile() now has an optional argument to specify
a "command verb" to invoke on the file.
diff --git a/Misc/NEWS b/Misc/NEWS
index 619549d..9f92bf4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -218,6 +218,9 @@
 Extension Modules
 -----------------
 
+- Patch #1393157: os.startfile() now has an optional argument to specify
+  a "command verb" to invoke on the file.
+
 - Bug #876637, prevent stack corruption when socket descriptor
   is larger than FD_SETSIZE.