axiak / pyre2

Python wrapper for RE2
BSD 3-Clause "New" or "Revised" License
295 stars 39 forks source link

Back compatibility fix #19

Open 77cc33 opened 11 years ago

77cc33 commented 11 years ago

hi

cython version of re has _pattern_type attribute, but in re2 this attribute called re2.Pattern - could u mirror them please in re2 version, so old re code could work without so errors

AttributeError: 'module' object has no attribute '_pattern_type'