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 jmfauth, rhettinger, terry.reedy
Date 2008-11-22.01:25:33
SpamBayes Score 0.0032493747
Marked as misclassified No
Message-id <1227317134.95.0.860934255993.issue4337@psf.upfronthosting.co.za>
In-reply-to
Content
Dict views and range objects are *iterables* because they are based on
reusable information.  Map, filter, and similar objects are *iterators*
because they are based on iterables that could be once-through
iterators. The built-in function entries carefully specific which is which.
History
Date User Action Args
2008-11-22 01:25:35terry.reedysetrecipients: + terry.reedy, rhettinger, jmfauth
2008-11-22 01:25:34terry.reedysetmessageid: <1227317134.95.0.860934255993.issue4337@psf.upfronthosting.co.za>
2008-11-22 01:25:34terry.reedylinkissue4337 messages
2008-11-22 01:25:33terry.reedycreate