[issue21607] results of `zip` are displayed as '<zip object at 0xxxxxx>

Sasha Ovsankin report at bugs.python.org
Thu May 29 21:16:59 CEST 2014


Sasha Ovsankin added the comment:

>>> How do you display the contents of an iterable without using them up <<<

In general case you can't, but zip object _is_ reusable iterable so we can reuse it?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21607>
_______________________________________


More information about the Python-bugs-list mailing list