Issue 4408: re.compile(regexp).groups not documented (original) (raw)
Issue4408
Created on 2008-11-24 12:16 by fw, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg76321 - (view) | Author: Florian Weimer (fw) | Date: 2008-11-24 12:16 |
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. | ||
msg76973 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2008-12-05 07:50 |
Fixed in r67553. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:41 | admin | set | github: 48658 |
2008-12-05 07:50:01 | georg.brandl | set | status: open -> closedresolution: fixedmessages: + nosy: + georg.brandl |
2008-11-24 12:16:10 | fw | create |