]> granicus.if.org Git - python/commit
Both PEP 201 Lockstep Iteration and SF patch #101030 have been
authorBarry Warsaw <barry@python.org>
Thu, 3 Aug 2000 15:45:29 +0000 (15:45 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 3 Aug 2000 15:45:29 +0000 (15:45 +0000)
commitbd599b5928cda5f3cb04d7c5070d9298101e1592
treef464fc22985d710e10f1401c83881985f128d3b5
parente6f164622fcb29ceef136bfe37ecd4785158c97f
Both PEP 201 Lockstep Iteration and SF patch #101030 have been
accepted by the BDFL.

builtin_zip(): New function to implement the zip() function described
in the above proposal.

zip_doc[]: Docstring for zip().

builtin_methods[]: added entry for zip()
Python/bltinmodule.c