8000 gh-114099: Add documentation for iOS platform by freakboy3742 · Pull Request #117057 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-114099: Add documentation for iOS platform #117057

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Correct the placement of some availability inclusions.
  • Loading branch information
freakboy3742 committed Mar 20, 2024
commit 142ed171652ed79ef00b0a87bc3136f301086c40
4 changes: 2 additions & 2 deletions Doc/library/curses.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
The :mod:`curses` module provides an interface to the curses library, the
de-facto standard for portable advanced terminal handling.

.. include:: ../includes/wasm-ios-notavail.rst

While curses is most widely used in the Unix environment, versions are available
for Windows, DOS, and possibly other systems as well. This extension module is
designed to match the API of ncurses, an open-source curses library hosted on
Linux and the BSD variants of Unix.

.. include:: ../includes/wasm-ios-notavail.rst

.. note::

Whenever the documentation mentions a *character* it can be specified
Expand Down
3 changes: 1 addition & 2 deletions Doc/library/dbm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

:mod:`dbm` is a generic interface to variants of the DBM database:

.. include:: ../includes/wasm-ios-notavail.rst

* :mod:`dbm.sqlite3`
* :mod:`dbm.gnu`
* :mod:`dbm.ndbm`
Expand All @@ -21,6 +19,7 @@ slow-but-simple implementation in module :mod:`dbm.dumb` will be used. There
is a `third party interface <https://www.jcea.es/programacion/pybsddb.htm>`_ to
the Oracle Berkeley DB.

.. include:: ../includes/wasm-ios-notavail.rst

.. exception:: error

Expand Down
0