On Fri, Jun 2, 2017 at 1:15 PM, Zbigniew Jędrzejewski-Szmek <zbys...@in.waw.pl> wrote: > It seems that right solution, that would work while the builders are > still not F26, would be to configure their locale to C.UTF-8. It'd > just be a matter of dropping LANG=C.UTF-8 into /etc/locale.conf. > I think a ticket on https://pagure.io/fedora-infrastructure would be > the way to request the change.
While this seems like the right next step to me, if it isn't feasible for some reason, we may need to reconsider emitting the warning at the Python level, and instead just silently change LC_CTYPE to the more sensible setting. The accepted version of the PEP upstream *only* sets LC_CTYPE, so the chance of unintended side effects from the coercion is much lower that it was with the approach that made the F26 Beta cut-off (which also sets LANG). Cheers, Nick. -- Nick Coghlan Red Hat Platform Engineering, Brisbane _______________________________________________ python-devel mailing list -- python-devel@lists.fedoraproject.org To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org