Message316052
| Author | vstinner |
|---|---|
| Recipients | anthony shaw, pmpp, vstinner |
| Date | 2018-05-02.07:58:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1525247939.28.0.682650639539.issue33405@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I cannot reproduce the issue with the future Python 3.7 beta4: vstinner@apu$ PYTHONCOERCECLOCALE=0 LANG=C ./python -X utf8=0 -c "import sys; print(sys.stdin.encoding)" ANSI_X3.4-1968 vstinner@apu$ LANG=C ./python -X utf8=0 -c "import sys; print(sys.stdin.encoding)" UTF-8 vstinner@apu$ ./python Python 3.7.0b3+ (heads/3.7:887b5f8fc6, May 2 2018, 09:54:18) [GCC 7.3.1 20180303 (Red Hat 7.3.1-5)] on linux Type "help", "copyright", "credits" or "license" for more information. >>> The master branch works also as expected. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-02 07:58:59 | vstinner | set | recipients: + vstinner, pmpp, anthony shaw |
| 2018-05-02 07:58:59 | vstinner | set | messageid: <1525247939.28.0.682650639539.issue33405@psf.upfronthosting.co.za> |
| 2018-05-02 07:58:59 | vstinner | link | issue33405 messages |
| 2018-05-02 07:58:59 | vstinner | create | |