[issue8785] findall() and finditer() docs misleading

New submission from Hagen Fürstenau <hfuerstenau@gmx.net>: 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. ---------- assignee: docs@python components: Documentation messages: 106286 nosy: docs@python, hagen priority: normal severity: normal status: open title: findall() and finditer() docs misleading versions: Python 2.6, Python 2.7, Python 3.2, Python 3.3 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8785> _______________________________________

Georg Brandl <georg@python.org> added the comment: Thanks, fixed in r81463. ---------- nosy: +georg.brandl resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8785> _______________________________________

Georg Brandl <georg@python.org> added the comment: Thanks, fixed in r81463. ---------- nosy: +georg.brandl resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8785> _______________________________________
participants (2)
-
Georg Brandl
-
Hagen Fürstenau