]> granicus.if.org Git - python/commit
Patch #1675424: Added tests for uncovered code in the zipfile module.
authorGeorg Brandl <georg@python.org>
Thu, 12 Jul 2007 09:59:22 +0000 (09:59 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 12 Jul 2007 09:59:22 +0000 (09:59 +0000)
commit4b3ab6fcc09d93cfe47fd0087fa694f1166a7b0b
treedfcfd35094d64d31ad1536f15831129be891cdf0
parent9467bc5ad1e886ecd0be84eddef35153ead936b1
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.
Doc/lib/libzipfile.tex
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS