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 peter.otten
Recipients Rosuav, barry, peter.otten, petri.lehtinen, r.david.murray, serhiy.storchaka, terry.reedy
Date 2014-02-22.21:19:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393103972.2.0.100630069311.issue20729@psf.upfronthosting.co.za>
In-reply-to
Content
Do you expect many use cases that rely on items(), keys(), and values() being lists? 
Maybe it would be acceptable to make these lazy in 3.5, but keep the iterXXX() variants as aliases indefinitely.
History
Date User Action Args
2014-02-22 21:19:32peter.ottensetrecipients: + peter.otten, barry, terry.reedy, r.david.murray, petri.lehtinen, Rosuav, serhiy.storchaka
2014-02-22 21:19:32peter.ottensetmessageid: <1393103972.2.0.100630069311.issue20729@psf.upfronthosting.co.za>
2014-02-22 21:19:32peter.ottenlinkissue20729 messages
2014-02-22 21:19:32peter.ottencreate