diff options
author | R David Murray <rdmurray@bitdance.com> | 2012-08-24 15:14:13 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2012-08-24 15:14:13 (GMT) |
commit | 638d40b4337808f5e7c3f415f49270185c893321 (patch) | |
tree | 6dccf92953e8c51f1cceabae459d1f557abc22d1 /Misc/NEWS | |
parent | f2b34b8b9669598d4294488cf3bb8ab4465b7097 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |