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 steve.dower
Recipients eryksun, matejcik, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-07-28.21:51:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627509101.25.0.169158162432.issue44762@roundup.psfhosted.org>
In-reply-to
Content
We could also provide a better check in WindowsConsoleIO.isatty, since that should have already handled most of the previous checks (I wouldn't want to do a typecheck in getpass, though). But yeah, this seems like "sys.stdin and sys.stdin.isatty()" is the right condition.
History
Date User Action Args
2021-07-28 21:51:41steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, matejcik, zach.ware, eryksun
2021-07-28 21:51:41steve.dowersetmessageid: <1627509101.25.0.169158162432.issue44762@roundup.psfhosted.org>
2021-07-28 21:51:41steve.dowerlinkissue44762 messages
2021-07-28 21:51:41steve.dowercreate