summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-09-27 17:18:28 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-09-27 17:18:28 (GMT)
commit5421f35d5e215a69382f0c195c0c39c8b541eca7 (patch)
tree113a860e9f3758506e285490e0061ea472684469 /Misc
parent55798896a4bd3f294755523d8237a56cacc4bf5c (diff)
downloadcpython-5421f35d5e215a69382f0c195c0c39c8b541eca7.zip
cpython-5421f35d5e215a69382f0c195c0c39c8b541eca7.tar.gz
cpython-5421f35d5e215a69382f0c195c0c39c8b541eca7.tar.bz2
logging: added support for Unix domain sockets to SocketHandler and DatagramHandler.
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 0b34293..6239614 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Core and Builtins
Library
-------
+- logging: added support for Unix domain sockets to SocketHandler and
+ DatagramHandler.
+
- Issue #18996: TestCase.assertEqual() now more cleverly shorten differing
strings in error report.