STINNER Victor added the comment:

> FAIL: test_create_at_shutdown_without_encoding 
> (test.test_io.PyTextIOWrapperTest)

Steve fixed it:
---
changeset:   103229:47b4dbd451f5
tag:         tip
user:        Steve Dower <steve.do...@microsoft.com>
date:        Wed Sep 07 09:31:52 2016 -0700
files:       Lib/encodings/__init__.py Lib/test/test_io.py
description:
Issue #27959: Prevent ImportError from escaping codec search function
---

Its new search function now catchs ImportError as expected.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27938>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to