commit | f0db92a676055c48ee9c6119ffa057c9d6397a55 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Oct 12 07:57:24 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Oct 12 07:57:24 2006 +0000 |
tree | bb6707346cbf61b6a75e4237978a7cddba53b032 | |
parent | bdbb9c62deea03ddb592d839d6e86236a205f431 [diff] [blame] |
Bug #813342: Start the IDLE subprocess with -Qnew if the parent is started with that option. (backport from rev. 52295)
diff --git a/Misc/NEWS b/Misc/NEWS index 8feb1fd..e8be7fa 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -66,6 +66,9 @@ Library ------- +- Bug #813342: Start the IDLE subprocess with -Qnew if the parent + is started with that option. + - Bug #1446043: correctly raise a LookupError if an encoding name given to encodings.search_function() contains a dot.