Message209637
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. |
|
Date |
User |
Action |
Args |
2014-01-29 12:35:36 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, lemburg, lars.gustaebel, pitrou, vstinner, benjamin.peterson, ezio.melotti, berker.peksag, vajrasky |
2014-01-29 12:35:36 | serhiy.storchaka | set | messageid: <1390998936.9.0.516158491255.issue19920@psf.upfronthosting.co.za> |
2014-01-29 12:35:36 | serhiy.storchaka | link | issue19920 messages |
2014-01-29 12:35:36 | serhiy.storchaka | create | |
|