From 6c0f707cd127fbb0c6a8ce67ce7e99b90a0aec35 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Tue, 25 Feb 2014 10:39:56 -0500 Subject: [PATCH] whatsnew: logging SocketHandler and DatagramHandler support Unix domain sockets. --- Doc/whatsnew/3.4.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index cc1cafc825..ddc21fc960 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -897,6 +897,11 @@ The :class:`~logging.handlers.TimedRotatingFileHandler` has a new *atTime* parameter that can be used to specify the time of day when rollover should happen. (Contributed by Ronald Oussoren in :issue:`9556`.) +:class:`~logging.handlers.SocketHandler` and +:class:`~logging.handlers.DatagramHandler` now support Unix domain sockets (by +setting *port* to ``None``). (Contributed by Vinay Sajip in commit +ce46195b56a9.) + .. _whatsnew-marshal-3: -- 2.40.0