Issue 30636: Add PYTHONCOERCECLOCALE to the help of the command line (original) (raw)
Issue30636
Created on 2017-06-12 09:55 by matrixise, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 2125 | merged | matrixise,2017-06-12 10:00 | |
PR 2131 | merged | matrixise,2017-06-12 13:29 |
Messages (6) | ||
---|---|---|
msg295763 - (view) | Author: Stéphane Wirtel (matrixise) * ![]() |
Date: 2017-06-12 09:55 |
Add the description of PYTHONCOERCECLOCALE in the command line. | ||
msg295768 - (view) | Author: Alyssa Coghlan (ncoghlan) * ![]() |
Date: 2017-06-12 11:30 |
New changeset 7d1017d9ed3285857e827635eda966da246dcd5f by Nick Coghlan (Stéphane Wirtel) in branch 'master': bpo-30636: Add PYTHONCOERCECLOCALE to the help of the command line (GH-2125) https://github.com/python/cpython/commit/7d1017d9ed3285857e827635eda966da246dcd5f | ||
msg295776 - (view) | Author: Alyssa Coghlan (ncoghlan) * ![]() |
Date: 2017-06-12 13:18 |
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. | ||
msg295777 - (view) | Author: Stéphane Wirtel (matrixise) * ![]() |
Date: 2017-06-12 13:21 |
yep, I see that, I fix it asap | ||
msg295833 - (view) | Author: Alyssa Coghlan (ncoghlan) * ![]() |
Date: 2017-06-13 01:31 |
New changeset 81f67b6f48820beed6e138077fd785020bbfd5d6 by Nick Coghlan (Stéphane Wirtel) in branch 'master': bpo-30636: Fix the indentation for the help (#2131) https://github.com/python/cpython/commit/81f67b6f48820beed6e138077fd785020bbfd5d6 | ||
msg295834 - (view) | Author: Alyssa Coghlan (ncoghlan) * ![]() |
Date: 2017-06-13 01:31 |
Thanks once again! :) |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:47 | admin | set | github: 74821 |
2017-06-13 01:31:43 | ncoghlan | set | status: open -> closedresolution: fixedmessages: + stage: needs patch -> resolved |
2017-06-13 01:31:13 | ncoghlan | set | messages: + |
2017-06-12 13:29:02 | matrixise | set | pull_requests: + <pull%5Frequest2185> |
2017-06-12 13:21:42 | matrixise | set | messages: + |
2017-06-12 13🔞01 | ncoghlan | set | status: closed -> openmessages: + components: + Interpreter Coreresolution: fixed -> (no value)stage: resolved -> needs patch |
2017-06-12 11:31:11 | ncoghlan | set | status: open -> closedtype: enhancementresolution: fixedstage: resolved |
2017-06-12 11:30:35 | ncoghlan | set | messages: + |
2017-06-12 10:00:28 | matrixise | set | pull_requests: + <pull%5Frequest2179> |
2017-06-12 09:55:38 | matrixise | create |