summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-08-24 15:14:13 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-08-24 15:14:13 (GMT)
commit638d40b4337808f5e7c3f415f49270185c893321 (patch)
tree6dccf92953e8c51f1cceabae459d1f557abc22d1 /Misc/NEWS
parentf2b34b8b9669598d4294488cf3bb8ab4465b7097 (diff)
downloadcpython-638d40b4337808f5e7c3f415f49270185c893321.zip
cpython-638d40b4337808f5e7c3f415f49270185c893321.tar.gz
cpython-638d40b4337808f5e7c3f415f49270185c893321.tar.bz2
#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/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0d76a6e..73f058c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -109,6 +109,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 #15199: Fix JavaScript's default MIME type to application/javascript.