summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2011-01-22 13:44:22 (GMT)
committerArmin Ronacher <armin.ronacher@active-4.com>2011-01-22 13:44:22 (GMT)
commit59531287fdfa27431d0aacfaab3808036153f181 (patch)
treea1d48ad13f041973d552568abc904c540d79fd53 /Misc/NEWS
parent8d96d77f9a386c3cadfd9c9f128b99a94aaddfb4 (diff)
downloadcpython-59531287fdfa27431d0aacfaab3808036153f181.zip
cpython-59531287fdfa27431d0aacfaab3808036153f181.tar.gz
cpython-59531287fdfa27431d0aacfaab3808036153f181.tar.bz2
To match the behaviour of HTTP server, the HTTP client library now also encodes
headers with iso-8859-1 (latin1) encoding. It was already doing that for incoming headers which makes this behaviour now consistent in both incoming and outgoing direction.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3b55447..22bc428 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -33,6 +33,11 @@ Library
encoding. This is the preferred encoding of PEP 3333 and the base encoding
of HTTP 1.1.
+- To match the behaviour of HTTP server, the HTTP client library now also
+ encodes headers with iso-8859-1 (latin1) encoding. It was already doing
+ that for incoming headers which makes this behaviour now consistent in
+ both incoming and outgoing direction.
+
What's New in Python 3.2 Release Candidate 1
============================================