Skip to content

Commit a5069e0

Browse files
committed
gh-143048: Remove outdated curses reference in interactive mode docs
The curses module dependency was removed for the new REPL in GH-136758, so the documentation should no longer mention it as a requirement.
1 parent daa9aa4 commit a5069e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/appendix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ There are two variants of the interactive :term:`REPL`. The classic
1414
basic interpreter is supported on all platforms with minimal line
1515
control capabilities.
1616

17-
On Windows, or Unix-like systems with :mod:`curses` support,
17+
On Windows and Unix-like systems,
1818
a new interactive shell is used by default since Python 3.13.
1919
This one supports color, multiline editing, history browsing, and
2020
paste mode. To disable color, see :ref:`using-on-controlling-color` for

0 commit comments

Comments
 (0)