summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2011-06-09 15:55:23 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2011-06-09 15:55:23 (GMT)
commit8dd8d582e3c6d1dd80f5b958284fcb7260209bf3 (patch)
tree9ce41344611954ba7b0c3ad9277fa19041f6cbf1 /Misc
parentd9463b233c5fefbda3f1b9f2b37f7ff78a7c88ff (diff)
parent8168d10ea683d939ae52a1ed3d7c697c92bfae3d (diff)
downloadcpython-8dd8d582e3c6d1dd80f5b958284fcb7260209bf3.zip
cpython-8dd8d582e3c6d1dd80f5b958284fcb7260209bf3.tar.gz
cpython-8dd8d582e3c6d1dd80f5b958284fcb7260209bf3.tar.bz2
Merged fix for issue #12168 from 3.2.
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 772eef9..83aa53a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -187,6 +187,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.