[Python-checkins] cpython: Update to Tcl/Tk 8.5.11.

martin.v.loewis python-checkins at python.org
Thu May 31 21:55:17 CEST 2012


http://hg.python.org/cpython/rev/99786479dafb
changeset:   77270:99786479dafb
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Thu May 31 21:53:36 2012 +0200
summary:
  Update to Tcl/Tk 8.5.11.

files:
  PCbuild/build_tkinter.py |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/PCbuild/build_tkinter.py b/PCbuild/build_tkinter.py
--- a/PCbuild/build_tkinter.py
+++ b/PCbuild/build_tkinter.py
@@ -11,8 +11,8 @@
 here = os.path.abspath(os.path.dirname(__file__))
 par = os.path.pardir
 
-TCL = "tcl8.5.9"
-TK = "tk8.5.9"
+TCL = "tcl8.5.11"
+TK = "tk8.5.11"
 TIX = "tix-8.4.3.x"
 
 ROOT = os.path.abspath(os.path.join(here, par, par))
@@ -32,7 +32,7 @@
 def build(platform, clean):
     if platform == "Win32":
         dest = os.path.join(ROOT, "tcltk")
-        machine = "X86"
+        machine = "IX86"
     elif platform == "AMD64":
         dest = os.path.join(ROOT, "tcltk64")
         machine = "AMD64"

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list