On Tue, Jan 26, 2021 at 4:01 PM Eryk Sun <[email protected]> wrote: > > > * Windows team needs to maintain more versions. > > I suppose the installer could install both sets of binaries, and copy > to "python[w][_d].exe" based on an installer option. But then the > UTF-8 selection statistics wouldn't be tracked, unless the installer > phones home.
Can pip send `locale.getpreferredencoding(False)` to PyPI? If so, we can set `PYTHONUTF8` environment variable from the installer too. Or we can provide small tool to set/unset `PYTHONUTF8` environment variable. -- Inada Naoki <[email protected]> _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/35FW2SAYH5JR7FLNZGMSPDMUE2NNVHQN/ Code of Conduct: http://python.org/psf/codeofconduct/
