-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Add PYTHONCOERCECLOCALE to the help of the command line #74821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Add the description of PYTHONCOERCECLOCALE in the command line. |
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 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 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. |
yep, I see that, I fix it asap |
Thanks once again! :) |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: