commit | a7878b77dcddf365452b53b223324a2f67d9354d | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu Jul 14 23:07:44 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu Jul 14 23:07:44 2011 +0200 |
tree | de1f7cf1e247903d2a6bf74a21d0361933cc9bcc | |
parent | d33344a030bececd68ce487445cd47a11ebdb3fd [diff] [blame] |
Close #6755: Add get_wch() method to curses.window class Patch by IƱigo Serna.
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.