Message277258
The patch LGTM. Could you please add tests?
I suppose this is a consequence of porting from Python 2 to Python 3 (maybe with 2to3). Usually "print x," in Python 2 corresponds to "print(x, end=' ')" in Python 3. But if x ends with \n, print with a comma in Python 2 don't add a space, this corresponds to "print(x, end='')". Similar issue was fixed not long ago. Maybe there are other similar issues in the stdlib or scripts. |
|
Date |
User |
Action |
Args |
2016-09-23 09:02:27 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, xiang.zhang |
2016-09-23 09:02:27 | serhiy.storchaka | set | messageid: <1474621347.55.0.223717519462.issue28255@psf.upfronthosting.co.za> |
2016-09-23 09:02:27 | serhiy.storchaka | link | issue28255 messages |
2016-09-23 09:02:26 | serhiy.storchaka | create | |
|