summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2014-01-13 21:59:56 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2014-01-13 21:59:56 (GMT)
commit1fd1202072e198a7b3cf1254787aff3e3bf1c99e (patch)
tree4012319a4d96feaad50150a0bde90da1d6989f8e /Misc
parent66c9350a8932d41f2c34c0e8a511c20f4d7acb3e (diff)
downloadcpython-1fd1202072e198a7b3cf1254787aff3e3bf1c99e.zip
cpython-1fd1202072e198a7b3cf1254787aff3e3bf1c99e.tar.gz
cpython-1fd1202072e198a7b3cf1254787aff3e3bf1c99e.tar.bz2
Issue #20242: Fixed basicConfig() format strings for the alternative formatting styles.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 85571b0..361ed4e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,9 @@ Core and Builtins
Library
-------
+- Issue #20242: Fixed basicConfig() format strings for the alternative
+ formatting styles. Thanks to kespindler for the bug report and patch.
+
- Issues #20206 and #5803: Fix edge case in email.quoprimime.encode where it
truncated lines ending in a character needing encoding but no newline by
using a more efficient algorithm that doesn't have the bug.