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 terry.reedy
Recipients BreamoreBoy, georg.brandl, ncoghlan, terry.reedy
Date 2015-02-18.18:12:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424283158.16.0.634070337126.issue5739@psf.upfronthosting.co.za>
In-reply-to
Content
Still true in the current doc
https://docs.python.org/3/reference/datamodel.html#special-method-names
object.__iter__ in listed in 3.3.6. Emulating container types
A listing for __next__ could follow that.

Both iterator special methods are documented in
https://docs.python.org/3/library/stdtypes.html#iterator-types
History
Date User Action Args
2015-02-18 18:12:38terry.reedysetrecipients: + terry.reedy, georg.brandl, ncoghlan, BreamoreBoy
2015-02-18 18:12:38terry.reedysetmessageid: <1424283158.16.0.634070337126.issue5739@psf.upfronthosting.co.za>
2015-02-18 18:12:38terry.reedylinkissue5739 messages
2015-02-18 18:12:37terry.reedycreate