mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-105323: Update readline module to detect apple editline variant (gh-108665)
This commit is contained in:
parent
db0a258e79
commit
501939c9c1
5 changed files with 38 additions and 3 deletions
|
@ -758,11 +758,12 @@ Libraries options
|
|||
|
||||
.. versionadded:: 3.3
|
||||
|
||||
.. cmdoption:: --with-readline=editline
|
||||
.. cmdoption:: --with-readline=readline|editline
|
||||
|
||||
Use ``editline`` library for backend of the :mod:`readline` module.
|
||||
Designate a backend library for the :mod:`readline` module.
|
||||
|
||||
Define the ``WITH_EDITLINE`` macro.
|
||||
* readline: Use readline as the backend.
|
||||
* editline: Use editline as the backend.
|
||||
|
||||
.. versionadded:: 3.10
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue