commit | f81e5b9c780e47c8a312a69a7ff71169276a9720 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Oct 23 22:43:50 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Oct 23 22:43:50 1997 +0000 |
tree | 7ab590f66035617f50a77c7fe36a5d007f29b426 | |
parent | 1fef18118339237de025ed15dc6df4c39315b55d [diff] |
New module -- converts regex regular expressions to re style. 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).