Skip to content

Commit 818e8dd

Browse files
Add missing .. availability::s
1 parent ea070a2 commit 818e8dd

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

Doc/library/curses.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Linux and the BSD variants of Unix.
2424

2525
.. include:: ../includes/optional-module.rst
2626

27+
.. availability:: Unix.
28+
2729
.. note::
2830

2931
Whenever the documentation mentions a *character* it can be specified

Doc/library/dbm.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,8 @@ functionality like crash tolerance.
240240

241241
.. include:: ../includes/wasm-mobile-notavail.rst
242242

243+
.. availability:: Unix.
244+
243245
.. exception:: error
244246

245247
Raised on :mod:`!dbm.gnu`-specific errors, such as I/O errors. :exc:`KeyError` is
@@ -370,6 +372,8 @@ This module can be used with the "classic" NDBM interface or the
370372

371373
.. include:: ../includes/wasm-mobile-notavail.rst
372374

375+
.. availability:: Unix.
376+
373377
.. exception:: error
374378

375379
Raised on :mod:`!dbm.ndbm`-specific errors, such as I/O errors. :exc:`KeyError` is raised

Doc/library/readline.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Readline library in general.
2727

2828
.. include:: ../includes/optional-module.rst
2929

30+
.. availability:: Unix.
31+
3032
.. note::
3133

3234
The underlying Readline library API may be implemented by

0 commit comments

Comments
 (0)