diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-03-06 10:41:24 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-03-06 10:41:24 (GMT) |
commit | 3eb764898676c3d8fd4df5c40f62607f3155037c (patch) | |
tree | 79c43278094516cd5ed361509cf0e5aac93c271d /Misc/NEWS | |
parent | d28b9fc68651fce5f451d584eb3f3bef422b5ca6 (diff) | |
download | cpython-3eb764898676c3d8fd4df5c40f62607f3155037c.zip cpython-3eb764898676c3d8fd4df5c40f62607f3155037c.tar.gz cpython-3eb764898676c3d8fd4df5c40f62607f3155037c.tar.bz2 |
Patch #1121142: Implement ZipFile.open.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -139,6 +139,8 @@ Core and builtins Library ------- +- Patch #1121142: Implement ZipFile.open. + - Taught setup.py how to locate Berkeley DB on Macs using MacPorts. - Added heapq.merge() for merging sorted input streams. |