summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-07-12 09:59:22 (GMT)
committerGeorg Brandl <georg@python.org>2007-07-12 09:59:22 (GMT)
commit4b3ab6fcc09d93cfe47fd0087fa694f1166a7b0b (patch)
treedfcfd35094d64d31ad1536f15831129be891cdf0 /Misc
parent9467bc5ad1e886ecd0be84eddef35153ead936b1 (diff)
downloadcpython-4b3ab6fcc09d93cfe47fd0087fa694f1166a7b0b.zip
cpython-4b3ab6fcc09d93cfe47fd0087fa694f1166a7b0b.tar.gz
cpython-4b3ab6fcc09d93cfe47fd0087fa694f1166a7b0b.tar.bz2
Patch #1675424: Added tests for uncovered code in the zipfile module.
The KeyError raised by Zipfile.getinfo for nonexistent names now has a descriptive message.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c40cf78..b5cf349 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -420,6 +420,10 @@ Library
- Patch #1481079: add support for HTTP_REFERER to CGIHTTPServer.
+- Patch #1675424: Added tests for uncovered code in the zipfile module.
+ The KeyError raised by Zipfile.getinfo for nonexistent names now has
+ a descriptive message.
+
- Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', '').
- unittest now verifies more of its assumptions. In particular, TestCase