summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-10-25 13:57:39 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-10-25 13:57:39 (GMT)
commita39c571061658967918276224a4992d1b421ae3f (patch)
treec567b97c3f4d3128dc1c4a00cfb0807513d00e42 /Misc
parent7e9065cf8c9d2465af002bfc13687d72e9a9dcdd (diff)
downloadcpython-a39c571061658967918276224a4992d1b421ae3f.zip
cpython-a39c571061658967918276224a4992d1b421ae3f.tar.gz
cpython-a39c571061658967918276224a4992d1b421ae3f.tar.bz2
logging: Added style option to Formatter to allow %, {} or himBHformatting.
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 e3df59a..d9098d5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,6 +51,8 @@ Core and Builtins
Library
-------
+- logging: Added style option to Formatter to allow %, {} or $-formatting.
+
- Issue #5178: Added tempfile.TemporaryDirectory class that can be used
as a context manager.