From: R David Murray Date: Tue, 25 Feb 2014 15:39:56 +0000 (-0500) Subject: whatsnew: logging SocketHandler and DatagramHandler support Unix domain sockets. X-Git-Tag: v3.4.1rc1~233^2~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c0f707cd127fbb0c6a8ce67ce7e99b90a0aec35;p=python whatsnew: logging SocketHandler and DatagramHandler support Unix domain sockets. --- 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: