File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Misc/NEWS.d/next/Core_and_Builtins Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -688,7 +688,7 @@ Miscellaneous options
688688 .. versionadded :: 3.14
689689
690690 * :samp: `-X pathconfig_warnings={ 0,1 } ` if true (``1 ``) then
691- :ref: `sys_path_init ` is allowed to log warnings into stderr.
691+ :ref: `sys-path-init ` is allowed to log warnings into stderr.
692692 If false (``0 ``) suppress these warnings. Set to true by default.
693693 See also :envvar: `PYTHON_PATHCONFIG_WARNINGS `.
694694
@@ -1359,7 +1359,7 @@ conflict.
13591359
13601360.. envvar :: PYTHON_PATHCONFIG_WARNINGS
13611361
1362- If true (``1 ``) then :ref: `sys_path_init ` is allowed to log warnings into
1362+ If true (``1 ``) then :ref: `sys-path-init ` is allowed to log warnings into
13631363 stderr. If false (``0 ``) suppress these warnings. Set to true by default.
13641364 See also :option: `-X pathconfig_warnings<-X> `.
13651365
Original file line number Diff line number Diff line change 11Added the :option: `-X pathconfig_warnings<-X> ` and
22:envvar: `PYTHON_PATHCONFIG_WARNINGS ` options, allowing to disable warnings
3- from :ref: `sys_path_init `.
3+ from :ref: `sys-path-init `.
You can’t perform that action at this time.
0 commit comments