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 24e2f70 commit 282e490Copy full SHA for 282e490
Misc/python.man
@@ -585,6 +585,9 @@ expensive to be enabled by default.
585
This is equivalent to the \fB\-X dev\fR option.
586
.IP PYTHONUTF8
587
If set to 1, enable the Python "UTF-8 Mode". Setting to 0 disables.
588
+.IP PYTHONWARNDEFAULTENCODING
589
+If this environment variable is set to a non-empty string, issue a
590
+\fIEncodingWarning\fR when the locale-specific default encoding is used.
591
.IP PYTHONASYNCIODEBUG
592
If this environment variable is set to a non-empty string, enable the debug
593
mode of the asyncio module.
0 commit comments