diff options
Diffstat (limited to 'Lib/test/multibytecodec_support.py')
| -rw-r--r-- | Lib/test/multibytecodec_support.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Lib/test/multibytecodec_support.py b/Lib/test/multibytecodec_support.py index 14fea3e..51ca3bd 100644 --- a/Lib/test/multibytecodec_support.py +++ b/Lib/test/multibytecodec_support.py @@ -281,7 +281,7 @@ class TestBase_Mapping(unittest.TestCase):          unittest.TestCase.__init__(self, *args, **kw)          try:              self.open_mapping_file().close() # test it to report the error early -        except (IOError, HTTPException): +        except (OSError, HTTPException):              self.skipTest("Could not retrieve "+self.mapfileurl)      def open_mapping_file(self): | 
