Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price
diff --git a/Misc/ACKS b/Misc/ACKS
index 3a9cd6f..01b42f4 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1155,6 +1155,7 @@
 Amrit Prem
 Paul Prescod
 Donovan Preston
+Eric Price
 Paul Price
 Iuliia Proskurnia
 Dorian Pula
diff --git a/Misc/NEWS b/Misc/NEWS
index 9682b40..6d43666 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -99,6 +99,9 @@
 Library
 -------
 
+- Issue #23735: Handle terminal resizing with Readline 6.3+ by installing our
+  own SIGWINCH handler.  Patch by Eric Price.
+
 - Issue #26586: In http.server, respond with "413 Request header fields too
   large" if there are too many header fields to parse, rather than killing
   the connection and raising an unhandled exception.  Patch by Xiang Zhang.