]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 68152,68155 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Fri, 2 Jan 2009 17:01:59 +0000 (17:01 +0000)
committerBenjamin Peterson <benjamin@python.org>
Fri, 2 Jan 2009 17:01:59 +0000 (17:01 +0000)
commit9bf43c2d5af481ca45d0dd2da5e188030da92b98
treec945aef36e9afcb05c700f625fe98b89107b3368
parent63176a3efe4553bc440c5107a1a47351e3e0d513
Merged revisions 68152,68155 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r68152 | ronald.oussoren | 2009-01-02 05:48:29 -0600 (Fri, 02 Jan 2009) | 2 lines

  Fix for issue 3433
................
  r68155 | ronald.oussoren | 2009-01-02 07:10:34 -0600 (Fri, 02 Jan 2009) | 17 lines

  Recorded merge of revisions 68153 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r68153 | ronald.oussoren | 2009-01-02 13:59:32 +0100 (Fri, 02 Jan 2009) | 10 lines

    Fix for issue3559: No preferences menu in IDLE on OSX

    1) Add a comment to the help file to that points to the
       preferences menu.

    2) An earlier checkin tried to detect Tk >= 8.10.14,
       but did this in the wrong way. The end result of this
       was that the IDLE->Preferences... menu got surpressed
       when using the system version of Tcl/Tk
  ........
................
Lib/idlelib/NEWS.txt
Lib/idlelib/help.txt
Lib/idlelib/macosxSupport.py
Mac/Makefile.in
Mac/PythonLauncher/Makefile.in