On Tue, 9 Feb 2021 at 16:28, Inada Naoki <[email protected]> wrote: > > On Wed, Feb 10, 2021 at 1:19 AM Paul Moore <[email protected]> wrote: > > > > But people who currently don't specify the encoding, and *don't* have > > any issue (because the system locale is correct) will be getting told > > to introduce a bug into their code, if they follow that advice :-( > > > > This warning is opt-in warning like BytesWarning. > > It will be a good tool to find potential problems for people knows > what is the problem. > But it is not recommended for users who don't understand what is the problem.
Ah, OK. I missed that point in the long email chain. Sorry. Paul _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/UUX2IR655Y6JOCOQBPHHQTPUUTVFA5XA/ Code of Conduct: http://python.org/psf/codeofconduct/
