Close #6755: Add get_wch() method to curses.window class
Patch by IƱigo Serna.
diff --git a/Misc/ACKS b/Misc/ACKS
index 10bdaf6..ed21b1a 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -851,6 +851,7 @@
Yury Selivanov
Fred Sells
Jiwon Seo
+Iñigo Serna
Roger D. Serwy
Jerry Seutter
Denis Severson
diff --git a/Misc/NEWS b/Misc/NEWS
index 7e97bed..bfdc3a3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -225,6 +225,9 @@
Library
-------
+- Issue #6755: Add get_wch() method to curses.window class. Patch by Iñigo
+ Serna.
+
- Add cgi.closelog() function to close the log file.
- Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.