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 pmpp
Recipients anthony shaw, pmpp, vstinner
Date 2018-05-02.07:08:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525244909.9.0.682650639539.issue33405@psf.upfronthosting.co.za>
In-reply-to
Content
indeed 
a3+ says :
PYTHONCOERCECLOCALE=0 LANG=C python3.7 -c "import sys; print(sys.stdin.encoding)"
ANSI_X3.4-1968


but can reproduce on b3:
PYTHONCOERCECLOCALE=0 LANG=C python3.7 -c "import sys; print(sys.stdin.encoding)"
utf-8
History
Date User Action Args
2018-05-02 07:08:29pmppsetrecipients: + pmpp, vstinner, anthony shaw
2018-05-02 07:08:29pmppsetmessageid: <1525244909.9.0.682650639539.issue33405@psf.upfronthosting.co.za>
2018-05-02 07:08:29pmpplinkissue33405 messages
2018-05-02 07:08:29pmppcreate