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 matejcik
Recipients matejcik
Date 2021-07-28.13:14:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627478068.44.0.631534151478.issue44762@roundup.psfhosted.org>
In-reply-to
Content
For that matter, in standard Windows Command Prompt `sys.stdin` and `sys.__stdin__` are also identical, but `isatty()` reports True.

I suspect is that the code has drifted and `sys.stdin` is _always_ identical to `sys.__stdin__` ?
History
Date User Action Args
2021-07-28 13:14:28matejciksetrecipients: + matejcik
2021-07-28 13:14:28matejciksetmessageid: <1627478068.44.0.631534151478.issue44762@roundup.psfhosted.org>
2021-07-28 13:14:28matejciklinkissue44762 messages
2021-07-28 13:14:28matejcikcreate