From: Ned Deily Date: Mon, 30 Jul 2012 10:38:02 +0000 (-0700) Subject: Issue #14018: merge X-Git-Tag: v3.3.0b2~86^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb00d0971842876548af3fb7220eed8e1f46455e;p=thirdparty%2FPython%2Fcpython.git Issue #14018: merge --- eb00d0971842876548af3fb7220eed8e1f46455e diff --cc Lib/idlelib/NEWS.txt index 1d87443bd49b,3160c74561d0..a0c957e37316 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@@ -34,6 -33,6 +34,9 @@@ What's New in IDLE 3.3.0 - Issue #3573: IDLE hangs when passing invalid command line args (directory(ies) instead of file(s)). ++- Issue #14018: Update checks for unstable system Tcl/Tk versions on OS X ++ to include versions shipped with OS X 10.7 and 10.8 in addition to 10.6. ++ What's New in IDLE 3.2.1? =========================