Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r59088:b48d384c00c2
Date: 2012-11-25 21:59 -0600
http://bitbucket.org/pypy/pypy/changeset/b48d384c00c2/

Log:    uncomment these constants, it's useful to have all constants in one
        place for alternate regexp compilers

diff --git a/pypy/rlib/rsre/rsre_core.py b/pypy/rlib/rsre/rsre_core.py
--- a/pypy/rlib/rsre/rsre_core.py
+++ b/pypy/rlib/rsre/rsre_core.py
@@ -34,8 +34,8 @@
 OPCODE_MIN_UNTIL          = 23
 OPCODE_NOT_LITERAL        = 24
 OPCODE_NOT_LITERAL_IGNORE = 25
-#OPCODE_NEGATE            = 26
-#OPCODE_RANGE             = 27
+OPCODE_NEGATE             = 26
+OPCODE_RANGE              = 27
 OPCODE_REPEAT             = 28
 OPCODE_REPEAT_ONE         = 29
 #OPCODE_SUBPATTERN        = 30
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to