summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2014-01-13 22:01:16 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2014-01-13 22:01:16 (GMT)
commit30e6a64e7675b16c5ba501d98de4702c468b134d (patch)
tree3c4d3b38e2782314f0459168fa1457a501b26836 /Misc
parent936dfae2e22b5b58d01416ddf47218c20bfde5e6 (diff)
parent1fd1202072e198a7b3cf1254787aff3e3bf1c99e (diff)
downloadcpython-30e6a64e7675b16c5ba501d98de4702c468b134d.zip
cpython-30e6a64e7675b16c5ba501d98de4702c468b134d.tar.gz
cpython-30e6a64e7675b16c5ba501d98de4702c468b134d.tar.bz2
Closes #20242: Merged fix from 3.3.
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 50765c9..a6c5090 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,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.