[issue4408] re.compile(regexp).groups not documented

2008-12-04 Thread Georg Brandl
Georg Brandl [EMAIL PROTECTED] added the comment: Fixed in r67553. -- nosy: +georg.brandl resolution: - fixed status: open - closed ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue4408 ___

[issue4408] re.compile(regexp).groups not documented

2008-11-24 Thread Florian Weimer
New submission from Florian Weimer [EMAIL PROTECTED]: This does result in the expected result 2: re.compile('(.)(.)').groups But as far as I can see, the groups property is missing from the HTML documentation. Please clarify if this an internal interface, or a documentation oversight.