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 eli.bendersky
Recipients Peter.Harris, docs@python, eli.bendersky, scoder
Date 2013-10-31.12:51:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383223861.69.0.31577094759.issue19452@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report, Peter. This is indeed a documentation fix for Python 3.3; note that in 3.4 (default branch), the restriction was lifted and iterparse now accepts any iterable sequence. The documentation also reflects that (saying that 'events' is a sequence).

I'll update the 3.3 docs to address this issue.
History
Date User Action Args
2013-10-31 12:51:01eli.benderskysetrecipients: + eli.bendersky, scoder, docs@python, Peter.Harris
2013-10-31 12:51:01eli.benderskysetmessageid: <1383223861.69.0.31577094759.issue19452@psf.upfronthosting.co.za>
2013-10-31 12:51:01eli.benderskylinkissue19452 messages
2013-10-31 12:51:01eli.benderskycreate