[docs] bug at http://docs.python.org/py3k/library/re.html#module-re

keith.briggs at bt.com keith.briggs at bt.com
Thu Oct 28 15:53:07 CEST 2010


> (?:...)
>    A non-grouping version of regular parentheses. 

Shouldn't that be 

A non-capturing version of regular parentheses. 

? 
It still groups; it just doesn't capture.

Keith




More information about the docs mailing list