commit | c24f03846431cb8f3ee32f54af056ddfae0bf797 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Aug 13 03:24:53 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Aug 13 03:24:53 1997 +0000 |
tree | 7aa3055c12848e8d254005fdde28112c695cd5cd | |
parent | 52d6832554d7bd4ba4f24b8b50431ea3da70708c [diff] |
Changes by AMK: Removed handling of \e, \cX escapes, following a string-SIG discussion. Fixed minor typos in re.py re.error is now set equal to reop.error. Move definition of constants like NORMAL and CHARCLASS into reop, which exports them; re.py was changed to import them from reop. Added C equivalents of _expand and expand_escape to reop, and changed re.py to use them.