[issue6084] documentation of zip function is error

2009-05-22 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r72822. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue6084] documentation of zip function is error

2009-05-22 Thread bones7456
bones7456 added the comment: >>> type(x) >>> type(x2) It cann't be equal... -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue6084] documentation of zip function is error

2009-05-22 Thread bones7456
New submission from bones7456 : http://docs.python.org/library/functions.html?highlight=zip#zip In this page, the example is error: Python 2.6.2 (r262:71600, Apr 24 2009, 10:04:30) [GCC 4.3.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> x = [1, 2, 3] >>