summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2009-04-04 07:03:48 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2009-04-04 07:03:48 (GMT)
commit013d6cc0df238013075930c5adb1c4724f38aa49 (patch)
treeed52caed48fcf161f345780c2829970d06a6728e /Lib/idlelib/NEWS.txt
parent195374e836b3e70128890ced7e8f3ef4911e4712 (diff)
downloadcpython-013d6cc0df238013075930c5adb1c4724f38aa49.zip
cpython-013d6cc0df238013075930c5adb1c4724f38aa49.tar.gz
cpython-013d6cc0df238013075930c5adb1c4724f38aa49.tar.bz2
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.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt4
1 files changed, 4 insertions, 0 deletions
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 @@ What's New in IDLE 2.7a0?
*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.