Mailing List Archive

python/dist/src/Lib/lib-tk Tkinter.py,1.166,1.167
Update of /cvsroot/python/python/dist/src/Lib/lib-tk
In directory sc8-pr-cvs1:/tmp/cvs-serv7410/Lib/lib-tk

Modified Files:
Tkinter.py
Log Message:
Rename want_objects to wantobjects throughout, for consistency.


Index: Tkinter.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/lib-tk/Tkinter.py,v
retrieving revision 1.166
retrieving revision 1.167
diff -C2 -d -r1.166 -r1.167
*** Tkinter.py 26 Nov 2002 09:28:04 -0000 1.166
--- Tkinter.py 26 Nov 2002 21:39:48 -0000 1.167
***************
*** 46,50 ****
_MacOS = None

! want_objects = 1

TkVersion = float(_tkinter.TK_VERSION)
--- 46,50 ----
_MacOS = None

! wantobjects = 1

TkVersion = float(_tkinter.TK_VERSION)
***************
*** 1524,1528 ****
baseName = baseName + ext
self.tk = _tkinter.create(screenName, baseName, className)
! self.tk.wantobjects(want_objects)
if _MacOS and hasattr(_MacOS, 'SchedParams'):
# Disable event scanning except for Command-Period
--- 1524,1528 ----
baseName = baseName + ext
self.tk = _tkinter.create(screenName, baseName, className)
! self.tk.wantobjects(wantobjects)
if _MacOS and hasattr(_MacOS, 'SchedParams'):
# Disable event scanning except for Command-Period