[issue29273] test___all__ alters utf8 locale setting

2017-01-23 Thread Martin Panter
Changes by Martin Panter : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue29273] test___all__ alters utf8 locale setting

2017-01-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 154757703c98 by Martin Panter in branch '3.5': Issue #29273: Remove unneeded workaround to restore locale https://hg.python.org/cpython/rev/154757703c98 New changeset 146f7ec82f93 by Martin Panter in branch '3.6': Issues #29273: Merge test___all__ f

[issue29273] test___all__ alters utf8 locale setting

2017-01-21 Thread Xavier de Gaye
Xavier de Gaye added the comment: The rationale supporting this change is sound and the patch LGTM. -- nosy: +xdegaye ___ Python tracker ___ _

[issue29273] test___all__ alters utf8 locale setting

2017-01-13 Thread Martin Panter
New submission from Martin Panter: On a Linux computer I have LANG=en_US.utf8 set. Python 3 initializes the locale with this setting (see revision 43e32b2b4004): >>> locale.setlocale(locale.LC_CTYPE) # Get setting initialized by Python 'en_US.utf8' In Lib/test/test___all__.py, there is a spec