cpython/Lib/lib-tk
Martin Blais 215f13dd11 Normalized a few cases of whitespace in function declarations.
Found them using::

  find . -name '*.py' | while read i ; do grep 'def[^(]*( ' $i /dev/null ; done
  find . -name '*.py' | while read i ; do grep ' ):' $i /dev/null ; done

(I was doing this all over my own code anyway, because I'd been using spaces in
all defs, so I thought I'd make a run on the Python code as well.  If you need
to do such fixes in your own code, you can use xx-rename or parenregu.el within
emacs.)
2006-06-06 12:46:55 +00:00
..
Canvas.py
Dialog.py
FileDialog.py
FixTk.py
ScrolledText.py
SimpleDialog.py
Tix.py Normalized a few cases of whitespace in function declarations. 2006-06-06 12:46:55 +00:00
Tkconstants.py
Tkdnd.py
Tkinter.py Whitespace normalization. 2006-04-16 22:22:36 +00:00
tkColorChooser.py r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100 2005-11-12 15:28:52 +00:00
tkCommonDialog.py r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100 2005-11-12 15:28:52 +00:00
tkFileDialog.py
tkFont.py Patch #1468808: don't complain if Tkinter is already deleted at the time Font.__del__ is run. 2006-04-12 15:28:49 +00:00
tkMessageBox.py r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100 2005-11-12 15:28:52 +00:00
tkSimpleDialog.py
turtle.py Whitespace normalization. 2006-05-18 02:06:40 +00:00