> Thanks Victor, I really like this version, and the next time I update > PEP 538 I'm going to replace the en_US.UTF-8 fallback in the current > proposal with a dependency on this PEP. >
When using en_US.UTF-8 as fallback, pleas override only LC_CTYPE, instead of LC_ALL. As I described in other thread, LC_COLLATE may cause unintentional performance regression and behavior changes. _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
