We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ecea69 commit e87ce6cCopy full SHA for e87ce6c
Include/cpython/initconfig.h
@@ -105,8 +105,8 @@ typedef struct PyPreConfig {
105
If equal to 1, use the UTF-8 encoding and use "surrogateescape" for the
106
stdin & stdout error handlers.
107
108
- Enabled by default (equal to 1; PEP 686), or if Py_UTF8Mode=1,
109
- or if "-X utf8=1" or PYTHONUTF8=1.
+ Enabled by default (equal to 1; PEP 686), or if Py_UTF8Mode=1,
+ or if "-X utf8=1" or PYTHONUTF8=1.
110
111
Set to 0 by "-X utf8=0" or PYTHONUTF8=0.
112
*/
0 commit comments