Skip to content

Commit 6691772

Browse files
committed
Merged revisions 69474 via svnmerge from
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. ........
1 parent b681df4 commit 6691772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/_tkinter.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ Copyright (C) 1994 Steen Lumholt.
7676
#define CONST
7777
#endif
7878

79-
#if TK_VERSION_HEX < 0x08020002
80-
#error "Tk older than 8.2 not supported"
79+
#if TK_VERSION_HEX < 0x08030102
80+
#error "Tk older than 8.3.1 not supported"
8181
#endif
8282

8383
/* Unicode conversion assumes that Tcl_UniChar is two bytes.

0 commit comments

Comments
 (0)