diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-10-31 15:11:43 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-10-31 15:11:43 (GMT) |
commit | 65b4af34d706206f45f0a4fb5768548b176f977e (patch) | |
tree | a58ffab6f08b318d02cbc7a00969b96f79ba8b50 /Misc/NEWS | |
parent | c5b273011b86d6ec534c935d4520c5db5a35bde1 (diff) | |
download | cpython-65b4af34d706206f45f0a4fb5768548b176f977e.zip cpython-65b4af34d706206f45f0a4fb5768548b176f977e.tar.gz cpython-65b4af34d706206f45f0a4fb5768548b176f977e.tar.bz2 |
Updated NEWS about logging.basicConfig().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |