There was an error while loading. Please reload this page.
1 parent 3715204 commit 9f272edCopy full SHA for 9f272ed
1 file changed
Misc/NEWS.d/next/Library/2026-08-23-09-08-55.gh-issue-156230.nliia3.rst
@@ -1,2 +1,2 @@
1
-Fix :meth:`curses.window.instr`, :meth:`curses.window.in_wstr` and :meth:`curses.window.in_wchstr` silently truncating at 2047. The count is
+Fix :meth:`curses.window.instr`, :meth:`curses.window.in_wstr` and :meth:`curses.window.in_wchstr` silently truncating at 2047. The count is
2
now bounded by the window, so a pad wider than 2047 columns is read in full, and *n* defaults to ``-1``, meaning the rest of the line.
0 commit comments