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 Cornelius Diekmann
Recipients Cornelius Diekmann, cstratak, martin.panter, vstinner, xdegaye
Date 2017-09-28.14:50:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506610210.05.0.466225441844.issue31158@psf.upfronthosting.co.za>
In-reply-to
Content
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!
History
Date User Action Args
2017-09-28 14:50:10Cornelius Diekmannsetrecipients: + Cornelius Diekmann, vstinner, xdegaye, martin.panter, cstratak
2017-09-28 14:50:10Cornelius Diekmannsetmessageid: <1506610210.05.0.466225441844.issue31158@psf.upfronthosting.co.za>
2017-09-28 14:50:10Cornelius Diekmannlinkissue31158 messages
2017-09-28 14:50:09Cornelius Diekmanncreate