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.

classification
Title: findall() and finditer() docs misleading
Type: Stage:
Components: Documentation Versions: Python 3.2, Python 3.3, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, georg.brandl, hagen
Priority: normal Keywords:

Created on 2010-05-22 08:03 by hagen, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg106286 - (view) Author: Hagen Fürstenau (hagen) Date: 2010-05-22 08:03
The docs for the RegexpObject methods findall and finditer are misleading: They are said to behave the same way as the respective functions, but in fact the parameter semantics are different.
msg106287 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-05-22 08:19
Thanks, fixed in r81463.
History
Date User Action Args
2022-04-11 14:57:01adminsetgithub: 53031
2010-05-22 08:19:00georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg106287

resolution: fixed
2010-05-22 08:03:32hagencreate