Tkinter.py bug

Bill Janssen (janssen@parc.xerox.com)
Wed, 8 Jun 1994 22:55:24 PDT

The method Widget.__getitem__() returns v[3]. Presumably this should be v[4].

Bill