summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-10-12 07:57:21 (GMT)
committerGeorg Brandl <georg@python.org>2006-10-12 07:57:21 (GMT)
commitd076153ee8a9e4e2e7ecd3ff77fdb3b7aaf7ef77 (patch)
tree8926b24b9f0ce69badcaf0f60a0d6dd6257441b2 /Misc
parentfc8375748a8aacb1fb2e5eedd7a48bc6523b6fec (diff)
downloadcpython-d076153ee8a9e4e2e7ecd3ff77fdb3b7aaf7ef77.zip
cpython-d076153ee8a9e4e2e7ecd3ff77fdb3b7aaf7ef77.tar.gz
cpython-d076153ee8a9e4e2e7ecd3ff77fdb3b7aaf7ef77.tar.bz2
Bug #813342: Start the IDLE subprocess with -Qnew if the parent
is started with that option.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 760dc1e..75ef538 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -75,6 +75,9 @@ Core and builtins
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.