- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message380156
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 | vstinner |
|---|---|
| Recipients | vstinner |
| Date | 2020-11-01.18:12:56 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1604254376.75.0.724076396779.issue42236@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
When the UTF-8 Mode is enabled, sys.stdout.encoding is always UTF-8, whereas os.devide_encoding(sys.stdout.fileno()) returns the locale encoding. os.devide_encoding() must return UTF-8 when the UTF-8 Mode is used. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-11-01 18:12:56 | vstinner | set | recipients: + vstinner |
| 2020-11-01 18:12:56 | vstinner | set | messageid: <1604254376.75.0.724076396779.issue42236@roundup.psfhosted.org> |
| 2020-11-01 18:12:56 | vstinner | link | issue42236 messages |
| 2020-11-01 18:12:56 | vstinner | create | |

