Ant wrote:
>

> I would have expected this to produce:
> 
> ('String')
> 
> since (:?...) should be a non-capturing group. From the module
> reference:
> 
> (?:...)

(?:...) isn't the same thing as (:?...), though.

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to