Updates of recent changes to logging.

This commit is contained in:
Vinay Sajip 2007-05-06 17:53:37 +00:00
parent cc40ff831c
commit 8549ce335f

View file

@ -207,6 +207,17 @@ Core and builtins
Library 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 - 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 (as opposed to the command line) will now write file names ending in
".cpp" too. ".cpp" too.