cpython: e2c482b60776 (original) (raw)

Mercurial > cpython

changeset 100733:e2c482b60776

Issue #26637: Fix test_io The import machinery now raises a different exception when it fails at Python shutdown. [#26637]

Victor Stinner victor.stinner@gmail.com
date Fri, 25 Mar 2016 08:57:16 +0100
parents f0acce8022d1
children dd2a06deedd7
files Lib/test/test_io.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-)[+] [-] Lib/test/test_io.py 3

line wrap: on

line diff

--- a/Lib/test/test_io.py +++ b/Lib/test/test_io.py @@ -3079,8 +3079,7 @@ class CTextIOWrapperTest(TextIOWrapperTe class PyTextIOWrapperTest(TextIOWrapperTest): io = pyio

class IncrementalNewlineDecoderTest(unittest.TestCase):