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 eric.araujo
Recipients eric.araujo, eryksun, kbrazil
Date 2021-10-30.17:58:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635616704.85.0.670464155447.issue45617@roundup.psfhosted.org>
In-reply-to
Content
> '\r' support is implicitly documented under the sys.stdin section[0]:
> "These streams are regular text files like those returned by the open() function"

I read that to mean that the streams are file-like objects (or TextIOWrappers) without using that term, not to mean that they behave 100% similarly.
History
Date User Action Args
2021-10-30 17:58:24eric.araujosetrecipients: + eric.araujo, eryksun, kbrazil
2021-10-30 17:58:24eric.araujosetmessageid: <1635616704.85.0.670464155447.issue45617@roundup.psfhosted.org>
2021-10-30 17:58:24eric.araujolinkissue45617 messages
2021-10-30 17:58:24eric.araujocreate