]> granicus.if.org Git - python/commit
Changes by AMK:
authorGuido van Rossum <guido@python.org>
Wed, 13 Aug 1997 03:24:53 +0000 (03:24 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 13 Aug 1997 03:24:53 +0000 (03:24 +0000)
commitc24f03846431cb8f3ee32f54af056ddfae0bf797
tree7aa3055c12848e8d254005fdde28112c695cd5cd
parent52d6832554d7bd4ba4f24b8b50431ea3da70708c
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.
Modules/reopmodule.c