summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-08-24 15:23:50 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-08-24 15:23:50 (GMT)
commitad2a7d528acbb94bd4def418201d808226cb9f38 (patch)
treebb89cf1c60d3ed576302ad517502f3cea06e0d5f /Misc
parent4784e0267e1a7debce8c0f62ce245ea2e680f733 (diff)
parent638d40b4337808f5e7c3f415f49270185c893321 (diff)
downloadcpython-ad2a7d528acbb94bd4def418201d808226cb9f38.zip
cpython-ad2a7d528acbb94bd4def418201d808226cb9f38.tar.gz
cpython-ad2a7d528acbb94bd4def418201d808226cb9f38.tar.bz2
Merge #15249: Mangle From lines correctly when body contains invalid bytes.
Fix by Colin Su. Test by me, based on a test written by Petri Lehtinen.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 08eed2d..88e92d7 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1020,6 +1020,7 @@ Ken Stox
Dan Stromberg
Daniel Stutzbach
Andreas Stührk
+Colin Su
Pal Subbiah
Nathan Sullivan
Mark Summerfield
diff --git a/Misc/NEWS b/Misc/NEWS
index 81224f4..227f2ac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,9 @@ Core and Builtins
Library
-------
+- Issue #15249: BytesGenerator now correctly mangles From lines (when
+ requested) even if the body contains undecodable bytes.
+
- Issue #15777: Fix a refleak in _posixsubprocess.
- Issue ##665194: Update email.utils.localtime to use datetime.astimezone and