summaryrefslogtreecommitdiff
path: root/Demo/tkinter/guido/redemo.py
Commit message (Collapse)AuthorAgeFilesLines
* Removing these scripts. redemo.py lives on in Tools/scripts/.Guido van Rossum2000-10-061-171/+0
| | | | regexdemo.py is obsolete with the regex module.
* Remove the doc string -- it doesn't tell the truth.Guido van Rossum1998-05-291-13/+1
|
* New demo -- Perl style regular expression matching.Guido van Rossum1998-05-291-0/+183
Slightly more featureful than regexdemo.py.