gh-105323: Update readline module to detect apple editline variant (gh-108665)

This commit is contained in:
Donghee Na 2023-09-29 21:18:18 +09:00 committed by GitHub
parent db0a258e79
commit 501939c9c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 38 additions and 3 deletions

View file

@ -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