summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2011-06-09 16:50:49 +0100
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2011-06-09 16:50:49 +0100
commit8168d10ea683d939ae52a1ed3d7c697c92bfae3d (patch)
treedf5f8d97c1c938589ee9dd6afdd3560e2409c155 /Misc
parent95d028fd18fc33ceac8b2727a1e9fe3d4a8256b8 (diff)
downloadcpython-git-8168d10ea683d939ae52a1ed3d7c697c92bfae3d.tar.gz
Issue #12168: SysLogHandler now allows NUL termination to be controlled using a new 'append_nul' attribute on the handler.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 15ed46f8e0..c5d2cec19a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,9 @@ Core and Builtins
Library
-------
+- Issue #12168: SysLogHandler now allows NUL termination to be controlled using
+ a new 'append_nul' attribute on the handler.
+
- Issue #11583: Speed up os.path.isdir on Windows by using GetFileAttributes
instead of os.stat.