[New-bugs-announce] [issue4408] re.compile(regexp).groups not documented
Florian Weimer
report at bugs.python.org
Mon Nov 24 13:16:11 CET 2008
New submission from Florian Weimer <fw at deneb.enyo.de>:
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.
----------
components: Regular Expressions
messages: 76321
nosy: fw
severity: normal
status: open
title: re.compile(regexp).groups not documented
versions: Python 2.5.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4408>
_______________________________________
More information about the New-bugs-announce
mailing list