diff options
| author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2018-10-12 10:55:20 -0400 |
|---|---|---|
| committer | Victor Stinner <vstinner@redhat.com> | 2018-10-12 16:55:20 +0200 |
| commit | 2d6097d027e0dd3debbabc702aa9c98d94ba32a3 (patch) | |
| tree | 283b237b7e8da5afa68b5d79792d61f8d60596ac /Doc/library/intro.rst | |
| parent | da2bf9f66d0c95b988c5d87646d168f65499b316 (diff) | |
| download | cpython-git-2d6097d027e0dd3debbabc702aa9c98d94ba32a3.tar.gz | |
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/library/intro.rst')
| -rw-r--r-- | Doc/library/intro.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Doc/library/intro.rst b/Doc/library/intro.rst index e3283cac99..8567e4d1d0 100644 --- a/Doc/library/intro.rst +++ b/Doc/library/intro.rst @@ -47,3 +47,16 @@ this material. Let the show begin! + +.. _availability: + +Notes on availability +===================== + +* An "Availability: Unix" note means that this function is commonly found on + Unix systems. It does not make any claims about its existence on a specific + operating system. + +* If not separately noted, all functions that claim "Availability: Unix" are + supported on Mac OS X, which builds on a Unix core. + |
