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 eryksun
Recipients RohanA, eryksun, ezio.melotti, jayman, methane, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-06-26.02:08:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624673316.31.0.979880820624.issue44510@roundup.psfhosted.org>
In-reply-to
Content
> On Windows we currently still default to your console encoding

In Windows, the default encoding for open() is the ANSI code page of the current process [1], from GetACP(), which is based on the system locale, unless it's overridden to UTF-8 in the application manifest. The console encoding is unrelated and not something we use much anymore since io._WindowsConsoleIO was introduced in Python 3.6.
History
Date User Action Args
2021-06-26 02:08:36eryksunsetrecipients: + eryksun, paul.moore, vstinner, tim.golden, ezio.melotti, methane, zach.ware, steve.dower, jayman, RohanA
2021-06-26 02:08:36eryksunsetmessageid: <1624673316.31.0.979880820624.issue44510@roundup.psfhosted.org>
2021-06-26 02:08:36eryksunlinkissue44510 messages
2021-06-26 02:08:36eryksuncreate