On Tue, Jan 26, 2021 at 4:01 PM Eryk Sun <eryk...@gmail.com> 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 <songofaca...@gmail.com> _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/35FW2SAYH5JR7FLNZGMSPDMUE2NNVHQN/ Code of Conduct: http://python.org/psf/codeofconduct/