[issue30636] Add PYTHONCOERCECLOCALE to the help of the command line

Nick Coghlan report at bugs.python.org
Mon Jun 12 09:18:01 EDT 2017


Nick Coghlan added the comment:

I just noticed that there's a line-wrapping problem in the patch as-merged. The output ends up being:

PYTHONCOERCECLOCALE: if this variable is set to 0, it disables the locale
coercion behavior

It should either match the immediately preceding settings, which use a three space indent:

PYTHONMALLOC: set the Python memory allocators and/or install debug hooks
   on Python memory allocators. Use PYTHONMALLOC=debug to install debug
   hooks.

While some of the earlier ones align the continuation line with the opening text on the first line, those are all for much shorter variable names.

----------
components: +Interpreter Core
resolution: fixed -> 
stage: resolved -> needs patch
status: closed -> open

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


More information about the Python-bugs-list mailing list