- reverted to "\x is binary byte"

- removed evil tabs from sre_parse and sre_compile
This commit is contained in:
Fredrik Lundh 2000-06-30 18:39:20 +00:00
parent 1739be50cb
commit 4ccea94152
3 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@ def _compile(code, pattern, flags):
return _sre.getlower(literal, flags)
else:
emit(OPCODES[op])
fixup = lambda x: x
fixup = lambda x: x
skip = len(code); emit(0)
for op, av in av:
emit(OPCODES[op])