diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2018-10-12 14:55:20 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2018-10-12 14:55:20 (GMT) |
commit | 2d6097d027e0dd3debbabc702aa9c98d94ba32a3 (patch) | |
tree | 283b237b7e8da5afa68b5d79792d61f8d60596ac /Doc/using | |
parent | da2bf9f66d0c95b988c5d87646d168f65499b316 (diff) | |
download | cpython-2d6097d027e0dd3debbabc702aa9c98d94ba32a3.zip cpython-2d6097d027e0dd3debbabc702aa9c98d94ba32a3.tar.gz cpython-2d6097d027e0dd3debbabc702aa9c98d94ba32a3.tar.bz2 |
bpo-11233: Create availability directive for documentation (GH-9692)
Replace "Availability: xxx" with ".. availability:: xxx" in the doc.
Original patch by Georg Brandl.
Co-Authored-By: Georg Brandl <georg@python.org>
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. |