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

2010-05-22 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r81463. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

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

2010-05-22 Thread Hagen Fürstenau
New submission from Hagen Fürstenau : 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: d...@python components: Documentation messa