Patch #1559413: Fix test_cmd_line if sys.executable contains a space.
diff --git a/Misc/NEWS b/Misc/NEWS
index bae1ebe..add3bbb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -520,6 +520,8 @@
 Tests
 -----
 
+- Patch #1559413: Fix test_cmd_line if sys.executable contains a space.
+
 - Fix bsddb test_basics.test06_Transactions to check the version
   number properly.