Skip to content

Commit 98eb7ba

Browse files
Deploy preview for PR 1193 🛫
1 parent 2e89fdd commit 98eb7ba

File tree

595 files changed

+1824
-1824
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

595 files changed

+1824
-1824
lines changed

pr-preview/pr-1193/_sources/library/curses.rst.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
.. module:: curses
55
:synopsis: An interface to the curses library, providing portable
66
terminal handling.
7-
:platform: Unix
87

98
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
109
.. sectionauthor:: Eric Raymond <esr@thyrsus.com>
@@ -25,6 +24,8 @@ Linux and the BSD variants of Unix.
2524

2625
.. include:: ../includes/optional-module.rst
2726

27+
.. availability:: Unix.
28+
2829
.. note::
2930

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

pr-preview/pr-1193/_sources/library/dbm.rst.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ The individual submodules are described in the following sections.
155155
----------------------------------------------
156156

157157
.. module:: dbm.sqlite3
158-
:platform: All
159158
:synopsis: SQLite backend for dbm
160159

161160
.. versionadded:: 3.13
@@ -206,7 +205,6 @@ or any other SQLite browser, including the SQLite CLI.
206205
----------------------------------------
207206

208207
.. module:: dbm.gnu
209-
:platform: Unix
210208
:synopsis: GNU database manager
211209

212210
**Source code:** :source:`Lib/dbm/gnu.py`
@@ -224,6 +222,8 @@ functionality like crash tolerance.
224222

225223
.. include:: ../includes/wasm-mobile-notavail.rst
226224

225+
.. availability:: Unix.
226+
227227
.. exception:: error
228228

229229
Raised on :mod:`!dbm.gnu`-specific errors, such as I/O errors. :exc:`KeyError` is
@@ -325,7 +325,6 @@ functionality like crash tolerance.
325325
-----------------------------------------
326326

327327
.. module:: dbm.ndbm
328-
:platform: Unix
329328
:synopsis: The New Database Manager
330329

331330
**Source code:** :source:`Lib/dbm/ndbm.py`
@@ -351,6 +350,8 @@ This module can be used with the "classic" NDBM interface or the
351350

352351
.. include:: ../includes/wasm-mobile-notavail.rst
353352

353+
.. availability:: Unix.
354+
354355
.. exception:: error
355356

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

pr-preview/pr-1193/_sources/library/dialog.rst.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Tkinter Dialogs
55
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
66

77
.. module:: tkinter.simpledialog
8-
:platform: Tk
98
:synopsis: Simple dialog windows
109

1110
**Source code:** :source:`Lib/tkinter/simpledialog.py`
@@ -43,7 +42,6 @@ functions for creating simple modal dialogs to get a value from the user.
4342
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4443

4544
.. module:: tkinter.filedialog
46-
:platform: Tk
4745
:synopsis: Dialog classes for file selection
4846

4947
**Source code:** :source:`Lib/tkinter/filedialog.py`
@@ -208,7 +206,6 @@ These do not emulate the native look-and-feel of the platform.
208206
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
209207

210208
.. module:: tkinter.commondialog
211-
:platform: Tk
212209
:synopsis: Tkinter base class for dialogs
213210

214211
**Source code:** :source:`Lib/tkinter/commondialog.py`

pr-preview/pr-1193/_sources/library/fcntl.rst.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
==========================================================
33

44
.. module:: fcntl
5-
:platform: Unix
65
:synopsis: The fcntl() and ioctl() system calls.
76

87
.. sectionauthor:: Jaap Vermeulen

pr-preview/pr-1193/_sources/library/grp.rst.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
==================================
33

44
.. module:: grp
5-
:platform: Unix
65
:synopsis: The group database (getgrnam() and friends).
76

87
--------------

pr-preview/pr-1193/_sources/library/msvcrt.rst.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
===========================================================
33

44
.. module:: msvcrt
5-
:platform: Windows
65
:synopsis: Miscellaneous useful routines from the MS VC++ runtime.
76

87
.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>

pr-preview/pr-1193/_sources/library/posix.rst.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
====================================================
33

44
.. module:: posix
5-
:platform: Unix
65
:synopsis: The most common POSIX system calls (normally used via module os).
76

87
--------------

pr-preview/pr-1193/_sources/library/pty.rst.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
=========================================
33

44
.. module:: pty
5-
:platform: Unix
65
:synopsis: Pseudo-Terminal Handling for Unix.
76

87
.. moduleauthor:: Steen Lumholt

pr-preview/pr-1193/_sources/library/pwd.rst.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
=====================================
33

44
.. module:: pwd
5-
:platform: Unix
65
:synopsis: The password database (getpwnam() and friends).
76

87
--------------

pr-preview/pr-1193/_sources/library/readline.rst.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
===========================================
33

44
.. module:: readline
5-
:platform: Unix
65
:synopsis: GNU readline support for Python.
76

87
.. sectionauthor:: Skip Montanaro <skip.montanaro@gmail.com>
@@ -28,6 +27,8 @@ Readline library in general.
2827

2928
.. include:: ../includes/optional-module.rst
3029

30+
.. availability:: Unix.
31+
3132
.. note::
3233

3334
The underlying Readline library API may be implemented by

0 commit comments

Comments
 (0)