summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-03-16 22:28:07 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-03-16 22:28:07 (GMT)
commitcfec350e63ee601ce5f777d0780355b06410ccf9 (patch)
tree5427bf6d5574cf2b00c5684aee3be23ec10788b4 /Misc
parent832ebeb9d4910f15130e4e337204f18b0ed7b37b (diff)
parent4e4326829f2997624261628081110bb87c090711 (diff)
downloadcpython-cfec350e63ee601ce5f777d0780355b06410ccf9.zip
cpython-cfec350e63ee601ce5f777d0780355b06410ccf9.tar.gz
cpython-cfec350e63ee601ce5f777d0780355b06410ccf9.tar.bz2
Merge #11401 fix from 3.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1b838a8..4b2aa59 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,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.