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.

Author hagen
Recipients docs@python, hagen
Date 2010-05-22.08:03:30
SpamBayes Score 0.010987829
Marked as misclassified No
Message-id <1274515414.72.0.273770511107.issue8785@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-05-22 08:03:34hagensetrecipients: + hagen, docs@python
2010-05-22 08:03:34hagensetmessageid: <1274515414.72.0.273770511107.issue8785@psf.upfronthosting.co.za>
2010-05-22 08:03:32hagenlinkissue8785 messages
2010-05-22 08:03:30hagencreate