Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Aug 30, 2023
1 parent 4266177 commit 08b7a97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -519,13 +519,13 @@ Libraries options

Desinate a backend library of the :mod:`readline` module.

readline: default backend
editline: Define the ``WITH_EDITLINE`` macro.
apple: Define the ``WITH_APPLE_READLINE`` macro.
* readline: Use readline as the backend.
* editline: Use editline as the backend.
* apple: Use Apple BSD editline as the backend.

.. versionadded:: 3.10
.. versionchanged:: 3.13
``apple`` for macOS specific backend library option is added.
``apple`` for Apple BSD editline is added.

.. cmdoption:: --without-readline

Expand Down

0 comments on commit 08b7a97

Please sign in to comment.