From: Kurt B. Kaiser Date: Sat, 14 May 2011 21:22:14 +0000 (-0400) Subject: Merge from 3.1 X-Git-Tag: v3.2.1rc1~9^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f369b8152d63072a5b819095cb97ab62ed8e8311;p=thirdparty%2FPython%2Fcpython.git Merge from 3.1 Issue #6378: Further adjust idle.bat to start associated Python --- f369b8152d63072a5b819095cb97ab62ed8e8311 diff --cc Lib/idlelib/NEWS.txt index 18a2b82d7255,28882947cf5f..0a4f98e9fba3 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@@ -1,8 -1,10 +1,10 @@@ -What's New in IDLE 3.1.4? +What's New in IDLE 3.2.1? ========================= -*Release date: XX-XXX-11* +*Release date: 15-May-11* + - Issue #6378: Further adjust idle.bat to start associated Python + - Issue #11896: Save on Close failed despite selecting "Yes" in dialog. - Issue #1028: Ctrl-space binding to show completions was causing IDLE to exit.