[New-bugs-announce] [issue16443] Add docstrings to regular expression match objects
Raymond Hettinger
report at bugs.python.org
Thu Nov 8 21:07:12 CET 2012
New submission from Raymond Hettinger:
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)
----------
assignee: docs at python
components: Documentation
keywords: easy
messages: 175188
nosy: docs at python, rhettinger
priority: normal
severity: normal
status: open
title: Add docstrings to regular expression match objects
type: enhancement
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16443>
_______________________________________
More information about the New-bugs-announce
mailing list