This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author fw
Recipients fw
Date 2008-11-24.12:16:10
SpamBayes Score 0.006241755
Marked as misclassified No
Message-id <1227528971.48.0.179981852127.issue4408@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-11-24 12:16:11fwsetrecipients: + fw
2008-11-24 12:16:11fwsetmessageid: <1227528971.48.0.179981852127.issue4408@psf.upfronthosting.co.za>
2008-11-24 12:16:10fwlinkissue4408 messages
2008-11-24 12:16:10fwcreate