diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-07-14 20:28:36 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-07-14 20:28:36 (GMT) |
commit | d33344a030bececd68ce487445cd47a11ebdb3fd (patch) | |
tree | 3ac312566143f86c4b678863f44358af1127a8f7 /Misc/NEWS | |
parent | f64f9e9ec1f8f39dd8c889368ecaad0e198efcb6 (diff) | |
download | cpython-d33344a030bececd68ce487445cd47a11ebdb3fd.zip cpython-d33344a030bececd68ce487445cd47a11ebdb3fd.tar.gz cpython-d33344a030bececd68ce487445cd47a11ebdb3fd.tar.bz2 |
Add cgi.closelog() function to close the log file
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -225,6 +225,8 @@ Core and Builtins 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 |