Bug #813342: Start the IDLE subprocess with -Qnew if the parent
is started with that option.
diff --git a/Misc/NEWS b/Misc/NEWS
index 760dc1e..75ef538 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -75,6 +75,9 @@
 Library
 -------
 
+- Bug #813342: Start the IDLE subprocess with -Qnew if the parent
+  is started with that option.
+
 - Bug #1565150: Fix subsecond processing for os.utime on Windows.
 
 - Support for MSVC 8 was added to bdist_wininst.