summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/redemo.py
Commit message (Collapse)AuthorAgeFilesLines
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
| | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* Whitespace normalization.Tim Peters2001-01-171-153/+153
|
* I'm moving redemo.py here from Demo/tkinter/guido, since it isGuido van Rossum2000-10-061-0/+171
somewhat useful to learn regular expressions, and this way it'll be installed on Windows. This closes bug report 115609.