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 rhettinger
Recipients docs@python, rhettinger
Date 2012-11-08.20:07:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352405232.66.0.722959472058.issue16443@psf.upfronthosting.co.za>
In-reply-to
Content
The match objects currently do not have useful docstrings.  An easy task is to add docstrings modeled after the text in the regular docs.

  import re
  mo = re.search('abc', 'abc')
  help(mo)
History
Date User Action Args
2012-11-08 20:07:12rhettingersetrecipients: + rhettinger, docs@python
2012-11-08 20:07:12rhettingersetmessageid: <1352405232.66.0.722959472058.issue16443@psf.upfronthosting.co.za>
2012-11-08 20:07:12rhettingerlinkissue16443 messages
2012-11-08 20:07:12rhettingercreate