]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Misc.__init__(): Removed method, replaced with class attribute (which
authorFred Drake <fdrake@acm.org>
Sat, 3 May 1997 04:16:23 +0000 (04:16 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 3 May 1997 04:16:23 +0000 (04:16 +0000)
commit526749b6782cfb56f995b8a299a39195b23b77bf
tree6bf4ae71f759ab06391bc56f3086273a34bbed6a
parent84bf42531c482e760a8762aa5d6a10de73937a9b
Misc.__init__():  Removed method, replaced with class attribute (which
was all that the method set anyway).  Removed calls to the
constructor.  This reduces the number of Python function calls
per widget construction by one, for every widget construction.
Lib/lib-tk/Tkinter.py
Lib/tkinter/Tkinter.py