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 ncoghlan
Recipients amaury.forgeotdarc, eric.smith, gpolo, hagen, ncoghlan, rhettinger
Date 2008-12-28.12:28:28
SpamBayes Score 0.0038141254
Marked as misclassified No
Message-id <1230467309.08.0.337457388695.issue4701@psf.upfronthosting.co.za>
In-reply-to
Content
enumerate can be added to the list of builtin types which isn't
initialised correctly, as can the callable+sentinel iterator return from
the 2-argument version of iter() and the default sequence iterator
returned by iter() when given a type with both __len__ and __getitem__
methods, but no __iter__ method.
History
Date User Action Args
2008-12-28 12:28:29ncoghlansetrecipients: + ncoghlan, rhettinger, amaury.forgeotdarc, eric.smith, gpolo, hagen
2008-12-28 12:28:29ncoghlansetmessageid: <1230467309.08.0.337457388695.issue4701@psf.upfronthosting.co.za>
2008-12-28 12:28:28ncoghlanlinkissue4701 messages
2008-12-28 12:28:28ncoghlancreate