Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ecf3713

Browse filesBrowse 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
Copy full SHA for ecf3713

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎Doc/howto/curses.rst‎

Copy file name to clipboardExpand all lines: Doc/howto/curses.rst
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.