[pypy-dev] Regular expressions on 2.4

Armin Rigo arigo at tunes.org
Sat Jun 4 01:43:20 CEST 2005


Hi,

Regular expressions don't work at all on 2.4, it seems.  We hoped at one
point that the 're' bytecodes would be kind of compatible, but they seem
to be deeply incompatible.  I can't get any match, actually.
re.compile('a').match('a') returns None.  That's worse than the previous
situation, where 'import re' would crash in 2.4...


Armin



More information about the Pypy-dev mailing list