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
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to