[PyPy-issue] [issue627] re.match behaves differently

Holger Krekel pypy-dev-issue at codespeak.net
Wed Jan 26 16:11:20 CET 2011


New submission from Holger Krekel <holger at merlinux.eu>:

The following expression provides a "Match" object on CPython (2.6, 2.7) but
fails, i.e. returns None, on PyPy-1.4.1 and current default: 

re.match(r'\A(?P<base>.*?\.?\s*)?(?P<attrname>[_a-zA-Z][\w\ _]*)?\Z',
"rlcompelter2.")

----------
effort: ???
messages: 2071
nosy: hpk, pypy-issue
priority: bug
release: 1.4
status: unread
title: re.match behaves differently

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue627>
_______________________________________________________



More information about the Pypy-issue mailing list