[docs] [issue22353] re.findall() documentation lacks information about finding THE LAST iteration of repeated capturing group (greedy)
Guido van Rossum
report at bugs.python.org
Sun Sep 7 22:30:31 CEST 2014
Guido van Rossum added the comment:
Do you have a specific sentence or paragraph in mind that could be added?
Be aware help() just shows what's in the docstring, which is typically abbreviated. The full docs are on docs.python.org. Can you find what you need there?
----------
nosy: +gvanrossum
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22353>
_______________________________________
More information about the docs
mailing list