Staging
v0.5.1
https://github.com/python/cpython
Revision c24f03846431cb8f3ee32f54af056ddfae0bf797 authored by Guido van Rossum on 13 August 1997, 03:24:53 UTC, committed by Guido van Rossum on 13 August 1997, 03:24:53 UTC
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.
1 parent 52d6832
History
Tip revision: c24f03846431cb8f3ee32f54af056ddfae0bf797 authored by Guido van Rossum on 13 August 1997, 03:24:53 UTC
Changes by AMK:
Tip revision: c24f038

README

back to top