summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-10-31 15:11:43 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-10-31 15:11:43 (GMT)
commit65b4af34d706206f45f0a4fb5768548b176f977e (patch)
treea58ffab6f08b318d02cbc7a00969b96f79ba8b50 /Misc
parentc5b273011b86d6ec534c935d4520c5db5a35bde1 (diff)
downloadcpython-65b4af34d706206f45f0a4fb5768548b176f977e.zip
cpython-65b4af34d706206f45f0a4fb5768548b176f977e.tar.gz
cpython-65b4af34d706206f45f0a4fb5768548b176f977e.tar.bz2
Updated NEWS about logging.basicConfig().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 199e4c7..fc8c648 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.