Commit 8549ce33 authored by Vinay Sajip's avatar Vinay Sajip

Updates of recent changes to logging.

parent cc40ff83
......@@ -207,6 +207,17 @@ Core and builtins
Library
-------
- Added an optional credentials argument to SMTPHandler, for use with SMTP
servers which require authentication.
- Patch #1695948: Added optional timeout parameter to SocketHandler.
- Bug #1652788: Minor fix for currentframe.
- Patch #1598415: Added WatchedFileHandler to better support external
log file rotation using e.g. newsyslog or logrotate. This handler is
only useful in Unix/Linux environments.
- Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file
(as opposed to the command line) will now write file names ending in
".cpp" too.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment