whatsnew: logging SocketHandler and DatagramHandler support Unix domain sockets.

This commit is contained in:
R David Murray 2014-02-25 10:39:56 -05:00
parent 7cae336890
commit 6c0f707cd1
1 changed files with 5 additions and 0 deletions

View 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: