On Fri, Jan 29, 2021 at 12:54 PM Ben Rudiak-Gould wrote:
>
> On Wed, Jan 27, 2021 at 11:36 PM Inada Naoki wrote:
>>
>> * UnicodeDecodeError is raised when trying to open a text file written in
>> UTF-8, such as JSON.
>> * UnicodeEncodeError is raised when trying to save text data retrieved from
On Wed, Jan 27, 2021 at 11:36 PM Inada Naoki wrote:
> * UnicodeDecodeError is raised when trying to open a text file written in
> UTF-8, such as JSON.
> * UnicodeEncodeError is raised when trying to save text data retrieved
> from the web, etc.
> * User run `pip install` and `setup.py` reads READ
On Fri, Jan 29, 2021 at 4:00 AM Christopher Barker 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 that as fast as possible! I myself would love to see PEP 597
> imp
Thanks for working so hard to move this forward!
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 that as fast as possible! I myself would love to see PEP
597 implemented tomorrow -- f