commit | c0fac96c29a3842d9370e4c954ae1f4d57f849d0 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri Jun 27 22:25:03 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Fri Jun 27 22:25:03 2003 +0000 |
tree | 79a674fa3d0b905a3d395ded0998cb56606ef298 | |
parent | 6f3eaa67e51ed0c1b493a26afdf4417d4105d96d [diff] |
SF patch #756996: Bare except in ZipFile.testzip() (Contributed by Steven Taschuk) Replaces a bare except that caused all errors to be mis-reported as archive errors. Added a related NEWS item.