diff options
author | Christian Heimes <christian@python.org> | 2022-07-06 09:56:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-06 09:56:25 (GMT) |
commit | e925241d95d8095adf67f492042f97254ff82ec1 (patch) | |
tree | 942cfa77e41da60ce255450d420cb7c197aaf85e /Misc/NEWS.d/next/Build | |
parent | 50b9a7762f06335277d9962edc8d39498601a4e4 (diff) | |
download | cpython-e925241d95d8095adf67f492042f97254ff82ec1.zip cpython-e925241d95d8095adf67f492042f97254ff82ec1.tar.gz cpython-e925241d95d8095adf67f492042f97254ff82ec1.tar.bz2 |
gh-90005: Port readline and curses to PY_STDLIB_MOD (GH-94452)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r-- | Misc/NEWS.d/next/Build/2022-06-30-17-18-23.gh-issue-90005.EIOOla.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2022-06-30-17-18-23.gh-issue-90005.EIOOla.rst b/Misc/NEWS.d/next/Build/2022-06-30-17-18-23.gh-issue-90005.EIOOla.rst new file mode 100644 index 0000000..90a2dd4 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2022-06-30-17-18-23.gh-issue-90005.EIOOla.rst @@ -0,0 +1,5 @@ +Dependencies of :mod:`readline` and :mod:`curses` module are now detected in +``configure`` script with ``pkg-config``. Only ``ncurses`` / ``ncursesw`` +are detected automatically. The old ``curses`` library is not configured +automatically. Workaround for missing ``termcap`` or ``tinfo`` library +has been removed. |