mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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>
This commit is contained in:
parent
da2bf9f66d
commit
2d6097d027
27 changed files with 351 additions and 291 deletions
|
@ -1330,7 +1330,7 @@ handling consistency are valid for these functions.
|
|||
>>> subprocess.getstatusoutput('/bin/kill $$')
|
||||
(-15, '')
|
||||
|
||||
Availability: POSIX & Windows
|
||||
.. availability:: POSIX & Windows.
|
||||
|
||||
.. versionchanged:: 3.3.4
|
||||
Windows support was added.
|
||||
|
@ -1350,7 +1350,7 @@ handling consistency are valid for these functions.
|
|||
>>> subprocess.getoutput('ls /bin/ls')
|
||||
'/bin/ls'
|
||||
|
||||
Availability: POSIX & Windows
|
||||
.. availability:: POSIX & Windows.
|
||||
|
||||
.. versionchanged:: 3.3.4
|
||||
Windows support added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue