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 eric.snow
Recipients Sasha.Ovsankin, SilentGhost, eric.snow, serhiy.storchaka
Date 2014-05-29.17:54:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CALFfu7COwOEnaO0EAigkK53vt648Oe1oxSmOKf=EjuGVVeshZA@mail.gmail.com>
In-reply-to <1401382996.63.0.787676910195.issue21607@psf.upfronthosting.co.za>
Content
> "zip(<list_iterator object at 0xb70c7c8c>, <list_iterator object at 0xb70c7cac>)" doesn't look more readable to me.

Well, that seems more informative to me.  Now you know that you're
zipping together two list iterators.  By "readable" do you mean
shorter?  In my opinion the size of a repr is less of a concern
(though not insignificant) than the usefulness of the information the
repr contains.  The fact that some objects (like list iterators) don't
themselves have informative reprs is an issue for any object with a
custom repr that reports it's attrs/args.
History
Date User Action Args
2014-05-29 17:54:08eric.snowsetrecipients: + eric.snow, SilentGhost, serhiy.storchaka, Sasha.Ovsankin
2014-05-29 17:54:08eric.snowlinkissue21607 messages
2014-05-29 17:54:07eric.snowcreate