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.

classification
Title: zip() documentation was not updated
Type: Stage:
Components: Documentation Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, mchouza
Priority: normal Keywords:

Created on 2008-12-06 14:16 by mchouza, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg77126 - (view) Author: Mariano M. Chouza (mchouza) Date: 2008-12-06 14:16
zip() function documentatio still shows the old behavior of the
function, returning a list.

http://docs.python.org/3.0/library/functions.html?highlight=zip#zip
msg77127 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-12-06 14:29
Fixed in r67609.
History
Date User Action Args
2022-04-11 14:56:42adminsetgithub: 48812
2008-12-06 14:29:04georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg77127
2008-12-06 14:16:27mchouzacreate