summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDavide Rizzo <sorcio@gmail.com>2023-11-13 13:36:50 (GMT)
committerGitHub <noreply@github.com>2023-11-13 13:36:50 (GMT)
commitd2f305dfd183025a95592319b280fcf4b20c8694 (patch)
tree9b942ddcdfe8771839eb05c957d3fc387974197a /Misc
parent1447af797048e62049d00bbd96d8daee3929f527 (diff)
downloadcpython-d2f305dfd183025a95592319b280fcf4b20c8694.zip
cpython-d2f305dfd183025a95592319b280fcf4b20c8694.tar.gz
cpython-d2f305dfd183025a95592319b280fcf4b20c8694.tar.bz2
gh-111460: Restore ncurses widechar support on macOS (#111878)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-11-09-12-57-43.gh-issue-111460.TQaz9I.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-11-09-12-57-43.gh-issue-111460.TQaz9I.rst b/Misc/NEWS.d/next/Library/2023-11-09-12-57-43.gh-issue-111460.TQaz9I.rst
new file mode 100644
index 0000000..956c536
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-11-09-12-57-43.gh-issue-111460.TQaz9I.rst
@@ -0,0 +1,3 @@
+:mod:`curses`: restore wide character support (including
+:func:`curses.unget_wch` and :meth:`~curses.window.get_wch`) on macOS, which
+was unavailable due to a regression in Python 3.12.