diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-10-01 15:40:20 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-10-01 15:40:20 (GMT) |
commit | 31e984c39cc7171f58878f772d0c9ad234893b2a (patch) | |
tree | c3cc50005e222313444af663ef8328ee4fc143ce /Misc | |
parent | 9e88b5aeee219c8b1968a29f206231cca2719ed3 (diff) | |
download | cpython-31e984c39cc7171f58878f772d0c9ad234893b2a.zip cpython-31e984c39cc7171f58878f772d0c9ad234893b2a.tar.gz cpython-31e984c39cc7171f58878f772d0c9ad234893b2a.tar.bz2 |
#10004: in Q encoded word ignore '=xx' when xx is not valid hex.
Bug report and fix by Thomas Guettler.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -79,6 +79,9 @@ Core and Builtins Library ------- +- Issue #10004: quoprimime no longer generates a traceback when confronted + with invalid characters after '=' in a Q-encoded word. + - Issue #1491: BaseHTTPServer nows send a 100 Continue response before sending a 200 OK for the Expect: 100-continue request header. |