mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Updates of recent changes to logging.
This commit is contained in:
parent
cc40ff831c
commit
8549ce335f
1 changed files with 16 additions and 5 deletions
11
Misc/NEWS
11
Misc/NEWS
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue