summaryrefslogtreecommitdiffstats
path: root/Lib/reconvert.py
Commit message (Collapse)AuthorAgeFilesLines
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-32/+32
|
* New module -- converts regex regular expressions to re style.Guido van Rossum1997-10-231-0/+186
There are two ways to use this -- as a filter (e.g. using C-U M-| on a regex string literal in an Emacs buffer) or from a Python program which imports this as a module. Read the doc string for more info, and also some caveats (some cases aren't handled right).