Updated NEWS about logging.basicConfig().

This commit is contained in:
Vinay Sajip 2010-10-31 15:11:43 +00:00
parent c5b273011b
commit 65b4af34d7
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ Core and Builtins
Library
-------
- logging: Added style option to basicConfig() to allow %, {} or $-formatting.
- Issue #5729: json.dumps() now supports using a string such as '\t'
for pretty-printing multilevel objects.