]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Eliminated tuple re-use in imap(). Doing it correctly made the code
authorRaymond Hettinger <python@rcn.com>
Fri, 7 Feb 2003 07:26:25 +0000 (07:26 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 7 Feb 2003 07:26:25 +0000 (07:26 +0000)
commitf0c00241ae8902933ef21ec0718e5c7084b32195
tree721b9b16fb3416fca10fd191a341afcc457529f9
parent2012f174ea305dfab6eefc35add748b87bb239ad
* Eliminated tuple re-use in imap().  Doing it correctly made the code
  too hard to read.
* Simplified previous changes to izip() to make it easier to read.
Modules/itertoolsmodule.c