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

SilentGhost report at bugs.python.org
Thu May 29 18:24:35 CEST 2014


SilentGhost added the comment:

This is the correct behaviour. In python 3 zip returns an iterator. Detailed information is available in documentation. https://docs.python.org/3/library/functions.html#zip

----------
nosy: +SilentGhost
resolution:  -> not a bug
status: open -> closed

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


More information about the Python-bugs-list mailing list