]> granicus.if.org Git - python/commitdiff
Enforcing Tk 8.3.1 requirement.
authorGuilherme Polo <ggpolo@gmail.com>
Mon, 9 Feb 2009 20:57:45 +0000 (20:57 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Mon, 9 Feb 2009 20:57:45 +0000 (20:57 +0000)
Modules/_tkinter.c

index 62bcff41dcefe07c8b5e3857a195b1ee1fbf5e97..d0d29ea4b719a72973d6da519b5453b5bf0963e0 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.