[New-bugs-announce] [issue12397] re match object methods have no docstrings

Ned Batchelder report at bugs.python.org
Fri Jun 24 14:46:43 CEST 2011


New submission from Ned Batchelder <ned at nedbatchelder.com>:

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(...)

>>>

----------
messages: 138937
nosy: nedbat
priority: normal
severity: normal
status: open
title: re match object methods have no docstrings
type: behavior
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12397>
_______________________________________


More information about the New-bugs-announce mailing list