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, berker.peksag, ezio.melotti, lars.gustaebel, lemburg, pitrou, serhiy.storchaka, vajrasky, vstinner
Date 2014-01-29.12:35:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390998936.9.0.516158491255.issue19920@psf.upfronthosting.co.za>
In-reply-to
Content
Well, good.

But I still have several nitpicks. Here is revised patch.

* Now ASCII encoding is used to test list() output. And tests now run even if sys.stdout is a StringIO.
* test_list_verbose now test that printed files are actually separated by one new line, not by just spaces and not by two new lines.
* safe_print was simplified and renamed to _safe_print. Now streams without the "encoding" attribute are supported.
* Minor style fixes.
History
Date User Action Args
2014-01-29 12:35:36serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, lars.gustaebel, pitrou, vstinner, benjamin.peterson, ezio.melotti, berker.peksag, vajrasky
2014-01-29 12:35:36serhiy.storchakasetmessageid: <1390998936.9.0.516158491255.issue19920@psf.upfronthosting.co.za>
2014-01-29 12:35:36serhiy.storchakalinkissue19920 messages
2014-01-29 12:35:36serhiy.storchakacreate