Issue #3389: Allow resolving dotted names for handlers in logging configuration files. Thanks to Philip Jenvey for the patch.

This commit is contained in:
Vinay Sajip 2008-07-18 09:01:10 +00:00
parent 2a649f93b0
commit 51e65192b0

View file

@ -67,6 +67,9 @@ Core and Builtins
Library Library
------- -------
- Issue #3389: Allow resolving dotted names for handlers in logging
configuration files.
- Issue #3395: fix reference in test_multiprocessing to old debugInfo method - Issue #3395: fix reference in test_multiprocessing to old debugInfo method
- Issue #3312: Fix two crashes in sqlite3. - Issue #3312: Fix two crashes in sqlite3.