]> granicus.if.org Git - python/commit
Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested with
authorGuido van Rossum <guido@python.org>
Fri, 5 Nov 1999 18:09:56 +0000 (18:09 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 5 Nov 1999 18:09:56 +0000 (18:09 +0000)
commit6b26a06037d5ceacf2279f8c1f145521316037c9
tree865f85c916dd564547ae755485797bac0c20f1bb
parentf941acda6007b1b0443b58169b067826389ce6cb
Patch by Dieter Maurer to make things work for Tcl/Tk 8.1 (tested with
8.1.1).  His approach doesn't work with Tcl/Tk 8.2, so I've placed it
inside #if TKMAJORMINOR == 8001 and #endif.  See also his patch for
tkappinit.c.
Modules/_tkinter.c