This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients matrixise, ncoghlan
Date 2017-06-12.13:18:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497273481.55.0.852017902813.issue30636@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-06-12 13:18:01ncoghlansetrecipients: + ncoghlan, matrixise
2017-06-12 13:18:01ncoghlansetmessageid: <1497273481.55.0.852017902813.issue30636@psf.upfronthosting.co.za>
2017-06-12 13:18:01ncoghlanlinkissue30636 messages
2017-06-12 13:18:01ncoghlancreate