From: Vinay Sajip Date: Sun, 31 Oct 2010 15:11:43 +0000 (+0000) Subject: Updated NEWS about logging.basicConfig(). X-Git-Tag: v3.2a4~225 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65b4af34d706206f45f0a4fb5768548b176f977e;p=thirdparty%2FPython%2Fcpython.git Updated NEWS about logging.basicConfig(). --- diff --git a/Misc/NEWS b/Misc/NEWS index 199e4c78fe31..fc8c6482043d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.