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 serhiy.storchaka
Recipients benjamin.peterson, doerwalter, ezio.melotti, larry, lemburg, loewis, pitrou, serhiy.storchaka, vstinner
Date 2014-02-09.10:34:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391942082.82.0.230530497867.issue20571@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2014-02-09 10:34:42serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis, doerwalter, pitrou, vstinner, larry, benjamin.peterson, ezio.melotti
2014-02-09 10:34:42serhiy.storchakasetmessageid: <1391942082.82.0.230530497867.issue20571@psf.upfronthosting.co.za>
2014-02-09 10:34:42serhiy.storchakalinkissue20571 messages
2014-02-09 10:34:42serhiy.storchakacreate