summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-07-14 20:28:36 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-07-14 20:28:36 (GMT)
commitd33344a030bececd68ce487445cd47a11ebdb3fd (patch)
tree3ac312566143f86c4b678863f44358af1127a8f7 /Misc
parentf64f9e9ec1f8f39dd8c889368ecaad0e198efcb6 (diff)
downloadcpython-d33344a030bececd68ce487445cd47a11ebdb3fd.zip
cpython-d33344a030bececd68ce487445cd47a11ebdb3fd.tar.gz
cpython-d33344a030bececd68ce487445cd47a11ebdb3fd.tar.bz2
Add cgi.closelog() function to close the log file
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 18c79a0..7e97bed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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