summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2009-04-04 21:07:39 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2009-04-04 21:07:39 (GMT)
commite866c81d37676e54529c0d6232e7de1721e28bc7 (patch)
tree296fc2873d7491d364fb80d9d0337dd60122ff99 /Lib/idlelib/NEWS.txt
parent88f1435439315dd84ce85074b7713e980ab30514 (diff)
downloadcpython-e866c81d37676e54529c0d6232e7de1721e28bc7.zip
cpython-e866c81d37676e54529c0d6232e7de1721e28bc7.tar.gz
cpython-e866c81d37676e54529c0d6232e7de1721e28bc7.tar.bz2
Merged revisions 71126 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71126 | kurt.kaiser | 2009-04-04 03:03:48 -0400 (Sat, 04 Apr 2009) | 5 lines 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 c76174e..cfd9b6f 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,10 @@ What's New in IDLE 3.1a1?
*Release date: XX-XXX-XXXX*
+- 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.