]> granicus.if.org Git - python/commitdiff
Updated NEWS about logging.basicConfig().
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 31 Oct 2010 15:11:43 +0000 (15:11 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 31 Oct 2010 15:11:43 +0000 (15:11 +0000)
Misc/NEWS

index 199e4c78fe31786f3bbf81dfa55e6cd5813c4d3d..fc8c6482043d7dbfa10af4eeb695c7367d655b36 100644 (file)
--- 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.