]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-110904: Recommend windows-curses in the curses HOWTO (GH-152491) (GH-152507)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 28 Jun 2026 16:37:50 +0000 (18:37 +0200)
committerGitHub <noreply@github.com>
Sun, 28 Jun 2026 16:37:50 +0000 (16:37 +0000)
The HOWTO pointed at UniCurses, which is unmaintained and exposes its own
API.  windows-curses provides the standard curses interface on Windows, so
existing code runs unchanged.
(cherry picked from commit 7b0dff7d16ce59df44847ab04567eb97bfbc3576)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Doc/howto/curses.rst

index 6994a5328e81496d0568f2459f636697de246a6a..7e8834161bc484941aa3742f06ec61822ccb27dc 100644 (file)
@@ -55,8 +55,8 @@ code, all the functions described here will probably be available.  The older
 versions of curses carried by some proprietary Unixes may not support
 everything, though.
 
-The Windows version of Python doesn't include the :mod:`curses`
-module.  A ported version called :pypi:`UniCurses` is available.
+The Windows version of Python doesn't include the :mod:`curses` module.
+The third-party :pypi:`windows-curses` package provides the same interface on Windows.
 
 
 The Python curses module