diff options
author | Georg Brandl <georg@python.org> | 2007-07-12 09:59:22 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-07-12 09:59:22 (GMT) |
commit | 4b3ab6fcc09d93cfe47fd0087fa694f1166a7b0b (patch) | |
tree | dfcfd35094d64d31ad1536f15831129be891cdf0 /Misc | |
parent | 9467bc5ad1e886ecd0be84eddef35153ead936b1 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |