Bug in re module?

Fredrik Lundh fredrik at pythonware.com
Fri Oct 6 11:58:06 EDT 2006


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>




More information about the Python-list mailing list