]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #24693: Changed some RuntimeError's in the zipfile module to more
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 10 Sep 2016 18:28:07 +0000 (21:28 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 10 Sep 2016 18:28:07 +0000 (21:28 +0300)
commitb0d497c0726c118d40dfadea807b32077f067100
tree4f4d8502ad09d2197f22d0e86b3c2635fe1ce739
parentb32e869eb1f63907c54aacf725601d637f1171c1
Issue #24693: Changed some RuntimeError's in the zipfile module to more
appropriate types. Improved some error messages and debugging output.
Doc/library/zipfile.rst
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS