]> granicus.if.org Git - python/commitdiff
Merged revisions 69474 via svnmerge from
authorGuilherme Polo <ggpolo@gmail.com>
Mon, 9 Feb 2009 22:35:27 +0000 (22:35 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Mon, 9 Feb 2009 22:35:27 +0000 (22:35 +0000)
svn+ssh://pythondev/python/trunk

........
  r69474 | guilherme.polo | 2009-02-09 18:57:45 -0200 (Mon, 09 Feb 2009) | 1 line

  Enforcing Tk 8.3.1 requirement.
........

Modules/_tkinter.c

index 1f5a470c9e89e7ab7bfda05352f821be860fcac2..bc5523cbdba0ed2ae47205c3e2f3299e0fe6919a 100644 (file)
@@ -76,8 +76,8 @@ Copyright (C) 1994 Steen Lumholt.
 #define CONST
 #endif
 
-#if TK_VERSION_HEX < 0x08020002
-#error "Tk older than 8.2 not supported"
+#if TK_VERSION_HEX < 0x08030102
+#error "Tk older than 8.3.1 not supported"
 #endif
 
 /* Unicode conversion assumes that Tcl_UniChar is two bytes.