Serhiy Storchaka added the comment:

UTF-7 decoder is not related to this test.

The test_readline test was broken from the born, and a part of this test was do 
nothing. After fixing it in issue20520, new bugs were exposed: issue20538 and 
this. This bug was hidden until fixing issue20538.

Note that there is no test_partial in CP65001Test. Perhaps it is related.

The simplest solution would be to temporary skip test_readline in CP65001Test:

    test_readline = unittest.expectedFailure(ReadTest.test_readline)

----------

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

Reply via email to