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 rhettinger
Recipients
Date 2007-06-05.22:21:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
What is the point of this patch for Py2.6? There is nothing broken here. Not every sequence needs it's own __iter__. That is provided automatically. I intentionally left-out strings from when I added __iter__ to tuples, lists, and dicts.  There was no compelling speed benefit as there was for the other objects.
History
Date User Action Args
2007-08-23 15:53:40adminlinkissue1526367 messages
2007-08-23 15:53:40admincreate