AH, yes, it is. This dict is used when you do something like:

re.match(r'(?P<name>\d+', '12').group('name')

Alex
On Fri, Jan 11, 2013 at 7:59 AM, Carl Friedrich Bolz <cfb...@gmx.de> wrote:

>
>> I'll go ahead and add a comment with this info.
>>
>>
> does that mean that the dict (which is created during parsing) is
> stored on the regex object? If yes, that is the connection that I
> didn't understand.
>




-- 
"I disapprove of what you say, but I will defend to the death your right to
say it." -- Evelyn Beatrice Hall (summarizing Voltaire)
"The people's good is the highest law." -- Cicero
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to