commit | d33344a030bececd68ce487445cd47a11ebdb3fd | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu Jul 14 22:28:36 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu Jul 14 22:28:36 2011 +0200 |
tree | 3ac312566143f86c4b678863f44358af1127a8f7 | |
parent | f64f9e9ec1f8f39dd8c889368ecaad0e198efcb6 [diff] [blame] |
Add cgi.closelog() function to close the log file
diff --git a/Misc/NEWS b/Misc/NEWS index 18c79a0..7e97bed 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -225,6 +225,8 @@ Library ------- +- Add cgi.closelog() function to close the log file. + - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. - Issue #4376: ctypes now supports nested structures in a endian different than