cpython/Lib/lib-tk
Guido van Rossum 93d1fe1c56 From: Nicolas CHAUVAT <nico@caesium.fr>
In the bbox method of Group (Canvas.py file), you should read

	return self.canvas._getints(self._do('bbox'))

instead of

	return self._getints(self._do('bbox'))
1998-07-16 13:43:05 +00:00
..
Canvas.py From: Nicolas CHAUVAT <nico@caesium.fr> 1998-07-16 13:43:05 +00:00
Dialog.py
FileDialog.py When a file name is selected ("OK" button, <Return> in the filename entry), 1998-05-06 17:28:23 +00:00
ScrolledText.py
SimpleDialog.py
Tkconstants.py
Tkdnd.py
Tkinter.py Tk.__init__(): In computing baseName, add ".pyo" to list of dropped 1998-07-15 04:36:56 +00:00
tkColorChooser.py
tkCommonDialog.py
tkFileDialog.py
tkMessageBox.py
tkSimpleDialog.py