Message303249
Regarding PR 3802:
* Does reading the string b'I wish to buy a fish license.\n' not cause a problem, too?
* Is reading len(expected) bytes the correct behavior for systems where normalize_output is needed?
I also fixed these issues in one of my (unmerged) pull requests (bpo issue29070). Unfortunately, the patch I propose does way too many things at the same time and I don't have time currently to untangle it :( Feel free to cherry pick the _os_readline function:
https://github.com/python/cpython/pull/2932/files#diff-6c897ae50dce4ffa73bde779206a2059R60
Don't hesitate to put your name on it, if you take the time to review and cherry pick :)
Cheers! |
|
Date |
User |
Action |
Args |
2017-09-28 14:50:10 | Cornelius Diekmann | set | recipients:
+ Cornelius Diekmann, vstinner, xdegaye, martin.panter, cstratak |
2017-09-28 14:50:10 | Cornelius Diekmann | set | messageid: <1506610210.05.0.466225441844.issue31158@psf.upfronthosting.co.za> |
2017-09-28 14:50:10 | Cornelius Diekmann | link | issue31158 messages |
2017-09-28 14:50:09 | Cornelius Diekmann | create | |
|