]> granicus.if.org Git - python/commit
Issue #12168: SysLogHandler now allows NUL termination to be controlled using a new...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 9 Jun 2011 15:50:49 +0000 (16:50 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 9 Jun 2011 15:50:49 +0000 (16:50 +0100)
commit8168d10ea683d939ae52a1ed3d7c697c92bfae3d
treedf5f8d97c1c938589ee9dd6afdd3560e2409c155
parent95d028fd18fc33ceac8b2727a1e9fe3d4a8256b8
Issue #12168: SysLogHandler now allows NUL termination to be controlled using a new 'append_nul' attribute on the handler.
Lib/logging/handlers.py
Misc/NEWS