diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-03-16 22:26:23 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-03-16 22:26:23 (GMT) |
commit | de91276a5c90b9d3e42866054e48d255a37981b3 (patch) | |
tree | 31656289206bf4558578ef3d6c0791282330e419 /Misc | |
parent | 6d94bd470e3f4aa1dc7295b034553509ace2c654 (diff) | |
download | cpython-de91276a5c90b9d3e42866054e48d255a37981b3.zip cpython-de91276a5c90b9d3e42866054e48d255a37981b3.tar.gz cpython-de91276a5c90b9d3e42866054e48d255a37981b3.tar.bz2 |
#11401: handle headers with no value.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -40,6 +40,9 @@ Core and Builtins Library ------- +- Issue #11401: fix handling of headers with no value; this fixes a regression + relative to Python2 and the result is now the same as it was in Python2. + - Issue #9298: base64 bodies weren't being folded to line lengths less than 78, which was a regression relative to Python2. Unlike Python2, the last line of the folded body now ends with a carriage return. |