[issue24932] Use proper command line parsing in _testembed

Nick Coghlan report at bugs.python.org
Tue May 9 02:10:51 EDT 2017


Nick Coghlan added the comment:

Based on the latest round of PEP 538 review, the related test case that currently relies on _testembed is going to be able to be simplified to just setting LC_ALL=C when calling the subprocess (the amount of code it's letting me delete from the draft patch is further persuading me that changing the env var updates from "LC_ALL & LANG" to "LC_CTYPE & LANG" is the right call).

That means that change will also eliminate the dependence on this test suite enhancement for backports.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24932>
_______________________________________


More information about the Python-bugs-list mailing list