commit | dfaac4df9efb59d9469f04d2f583399172fa1112 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Dec 21 18:25:03 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Dec 21 18:25:03 1998 +0000 |
tree | 53ca802aaddb01717aadf77e03300ee5b5bc34c7 | |
parent | c08cc50e00993364bb908870b293dfbb6f42013e [diff] |
Add XXX comment about the need to add a dump() method to the Text widget -- no time to do this right now.
diff --git a/Lib/lib-tk/Tkinter.py b/Lib/lib-tk/Tkinter.py index ba08cb1..04a863a 100644 --- a/Lib/lib-tk/Tkinter.py +++ b/Lib/lib-tk/Tkinter.py
@@ -1603,6 +1603,7 @@ self.tk.call((self._w, 'set') + args) class Text(Widget): + # XXX Add dump() def __init__(self, master=None, cnf={}, **kw): Widget.__init__(self, master, 'text', cnf, kw) def bbox(self, *args):