From 65b4af34d706206f45f0a4fb5768548b176f977e Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Sun, 31 Oct 2010 15:11:43 +0000 Subject: [PATCH] Updated NEWS about logging.basicConfig(). --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 199e4c78fe3..fc8c6482043 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.