Patch for Tkinter.py 1.127 (python 1.5.2)

Greg McFarlane gregm at iname.com
Sun May 23 20:06:22 EDT 1999


Tkinter.Text.tag_add should take multiple arguments, viz:

    def tag_add(self, tagName, index1, *args):
	apply(self.tk.call, (self._w, 'tag', 'add', tagName, index1) + args)


-- 
Greg McFarlane:    INMS Telstra Australia (gregm at iname.com)
Today's forecast:  Sunny, with occasional cloudy periods and a chance
		   of rain in some areas.




More information about the Python-list mailing list