diff options
author | Raymond Hettinger <python@rcn.com> | 2007-02-21 05:20:38 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2007-02-21 05:20:38 (GMT) |
commit | d36862cf78a280a5260f90a558cdac3d5f5897c1 (patch) | |
tree | cfe29ad1f92ca6a820565f14ad917e860640a422 /Misc | |
parent | 15cade0568f5028c9508c480e5d8fb9166e71f0e (diff) | |
download | cpython-d36862cf78a280a5260f90a558cdac3d5f5897c1.zip cpython-d36862cf78a280a5260f90a558cdac3d5f5897c1.tar.gz cpython-d36862cf78a280a5260f90a558cdac3d5f5897c1.tar.bz2 |
Add itertools.izip_longest().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -127,6 +127,8 @@ Library - Added heapq.merge() for merging sorted input streams. +- Added itertools.izip_longest(). + - Have the encoding package's search function dynamically import using absolute import semantics. |