Allow multiple IDLE GUI/subprocess pairs to exist
simultaneously. Thanks to David Scherer for suggesting
the use of an ephemeral port for the GUI.
Patch 1529142 Weeble.
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index b3095e6..059ff1e 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,10 @@
*Release date: XX-XXX-2009*
+- Allow multiple IDLE GUI/subprocess pairs to exist simultaneously. Thanks to
+ David Scherer for suggesting the use of an ephemeral port for the GUI.
+ Patch 1529142 Weeble.
+
- Remove port spec from run.py and fix bug where subprocess fails to
extract port from command line when warnings are present.