Author: Alex Gaynor <alex.gay...@gmail.com>
Branch: 
Changeset: r59091:9cd92111e72d
Date: 2012-11-25 23:50 -0600
http://bitbucket.org/pypy/pypy/changeset/9cd92111e72d/

Log:    expose another constant in rsre

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
@@ -18,7 +18,7 @@
 OPCODE_BRANCH             = 7
 #OPCODE_CALL              = 8
 OPCODE_CATEGORY           = 9
-#OPCODE_CHARSET           = 10
+OPCODE_CHARSET            = 10
 #OPCODE_BIGCHARSET        = 11
 OPCODE_GROUPREF           = 12
 OPCODE_GROUPREF_EXISTS    = 13
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to