Added news on recent changes to logging

This commit is contained in:
Vinay Sajip 2006-12-14 08:53:55 +00:00
parent 7366fcecdf
commit 76fdb8c050
1 changed files with 10 additions and 4 deletions

View File

@ -101,6 +101,12 @@ Core and builtins
Library
-------
- Bug #1503765: Fix a problem in logging.config with spaces in comma-
separated lists read from logging config files.
- Patch #1604907: Fix problems in logging.handlers caused at logging shutdown
when syslog handlers fail to initialize because of syslogd problems.
- Patch #1608267: fix a race condition in os.makedirs() is the directory
to be created is already there.