]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23696: Chain ZipImportError to the OSError
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 20 Mar 2015 09:52:25 +0000 (10:52 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 20 Mar 2015 09:52:25 +0000 (10:52 +0100)
commitfbd6f9ed124c89753f6e3fd2cd84e4d9c474cc1f
tree33e90e8c09bd4db6df2c20a82f1a923799b8406f
parent99953006df1414b048bfc76f66cb36a0fb31a4b7
Issue #23696: Chain ZipImportError to the OSError
Lib/test/test_zipimport.py
Modules/zipimport.c