[Python-ideas] Re: Make UTF-8 mode more accessible for Windows users.

2021-01-30 Thread Christopher Barker
On Sat, Jan 30, 2021 at 4:05 AM Inada Naoki wrote: > Sorry for the delay. I want to do it in Python 3.10, but I am not sure > the PEP is accepted. > I updated the PEP today and working on reference implementation now. > great, thanks! let us know if there's anything else we can do to help that

[Python-ideas] Re: Questions about using PEP 637 syntax in PEP 646

2021-01-30 Thread Stefano Borini
On Sat, 30 Jan 2021 at 00:10, Guido van Rossum wrote: > I think for PEP 646 it doesn't matter. That PEP is mostly concerned with > static checks and the static checker can assign this any meaning it wants as > long as it is syntactically allowed. > > Honestly I think it's fine the way you have

[Python-ideas] Re: Make UTF-8 mode more accessible for Windows users.

2021-01-30 Thread Inada Naoki
On Sat, Jan 30, 2021 at 3:45 PM Christopher Barker wrote: > > On Thu, Jan 28, 2021 at 4:25 PM Inada Naoki wrote: >> >> > The "real" solution is to change the defaults not to use the system >> > encoding at all -- which, of course, we are moving towards with PEP 597. >> > So first a plug to do