]> granicus.if.org Git - python/commitdiff
whatsnew: logging SocketHandler and DatagramHandler support Unix domain sockets.
authorR David Murray <rdmurray@bitdance.com>
Tue, 25 Feb 2014 15:39:56 +0000 (10:39 -0500)
committerR David Murray <rdmurray@bitdance.com>
Tue, 25 Feb 2014 15:39:56 +0000 (10:39 -0500)
Doc/whatsnew/3.4.rst

index cc1cafc825bfe1596919a3b581b1d6c082f910c8..ddc21fc96093059460de696c4c06ff1dbca289e9 100644 (file)
@@ -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: