diff options
Diffstat (limited to 'Doc/using')
| -rw-r--r-- | Doc/using/cmdline.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index b61df8a..bd3cdef 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -785,7 +785,7 @@ conflict. This may also be enabled at runtime with :func:`sys._enablelegacywindowsfsencoding()`. - Availability: Windows + .. availability:: Windows. .. versionadded:: 3.6 See :pep:`529` for more details. @@ -799,7 +799,7 @@ conflict. This variable is ignored if the standard streams are redirected (to files or pipes) rather than referring to console buffers. - Availability: Windows + .. availability:: Windows. .. versionadded:: 3.6 @@ -850,7 +850,7 @@ conflict. order to force the interpreter to use ``ASCII`` instead of ``UTF-8`` for system interfaces. - Availability: \*nix + .. availability:: \*nix. .. versionadded:: 3.7 See :pep:`538` for more details. @@ -911,7 +911,7 @@ conflict. Also available as the :option:`-X` ``utf8`` option. - Availability: \*nix + .. availability:: \*nix. .. versionadded:: 3.7 See :pep:`540` for more details. |
