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 nedbat
Recipients nedbat
Date 2011-06-24.12:46:43
SpamBayes Score 0.023616573
Marked as misclassified No
Message-id <1308919603.82.0.975273627438.issue12397@psf.upfronthosting.co.za>
In-reply-to
Content
If I have a match object in hand, and ask for help on its methods, there is no information:

>>> m = re.match("a", "a")
>>> help(m.group)
Help on built-in function group:

group(...)

>>>
History
Date User Action Args
2011-06-24 12:46:43nedbatsetrecipients: + nedbat
2011-06-24 12:46:43nedbatsetmessageid: <1308919603.82.0.975273627438.issue12397@psf.upfronthosting.co.za>
2011-06-24 12:46:43nedbatlinkissue12397 messages
2011-06-24 12:46:43nedbatcreate