summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-05-16 22:57:02 +0100
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-05-16 22:57:02 +0100
commit862b15e7d0402d3aabe224ca33e45f4e9aa6dd00 (patch)
tree54f0f53324ce7d886a61659b66ef354be33a36b1 /Misc
parent18b71916531f6b235993aaeaedfb7176b4658aa9 (diff)
downloadcpython-git-862b15e7d0402d3aabe224ca33e45f4e9aa6dd00.tar.gz
Issue #17981: Closed socket on error in SysLogHandler.
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 d6c151ff8f..251804dd52 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Core and Builtins
Library
-------
+- Issue #17981: Closed socket on error in SysLogHandler.
+
- Fix typos in the multiprocessing module.
- Issue #17754: Make ctypes.util.find_library() independent of the locale.