This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients ezio.melotti, koobs, martin.panter, python-dev, scop, serhiy.storchaka, steve.dower, vstinner
Date 2016-09-07.16:46:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473266808.94.0.706852288445.issue27938@psf.upfronthosting.co.za>
In-reply-to
Content
> FAIL: test_create_at_shutdown_without_encoding (test.test_io.PyTextIOWrapperTest)

Steve fixed it:
---
changeset:   103229:47b4dbd451f5
tag:         tip
user:        Steve Dower <steve.dower@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.
History
Date User Action Args
2016-09-07 16:46:49vstinnersetrecipients: + vstinner, scop, ezio.melotti, python-dev, martin.panter, serhiy.storchaka, koobs, steve.dower
2016-09-07 16:46:48vstinnersetmessageid: <1473266808.94.0.706852288445.issue27938@psf.upfronthosting.co.za>
2016-09-07 16:46:48vstinnerlinkissue27938 messages
2016-09-07 16:46:48vstinnercreate