Skip to content

Commit ecf3713

Browse files
miss-islingtonserhiy-storchakaclaude
authored
[3.13] gh-110904: Recommend windows-curses in the curses HOWTO (GH-152491) (GH-152508)
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 7b0dff7) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 65d110d commit ecf3713

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/howto/curses.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ code, all the functions described here will probably be available. The older
5555
versions of curses carried by some proprietary Unixes may not support
5656
everything, though.
5757

58-
The Windows version of Python doesn't include the :mod:`curses`
59-
module. A ported version called :pypi:`UniCurses` is available.
58+
The Windows version of Python doesn't include the :mod:`curses` module.
59+
The third-party :pypi:`windows-curses` package provides the same interface on Windows.
6060

6161

6262
The Python curses module

0 commit comments

Comments
 (0)