summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/redemo.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.