diff options
author | Armin Ronacher <armin.ronacher@active-4.com> | 2011-01-22 13:44:22 (GMT) |
---|---|---|
committer | Armin Ronacher <armin.ronacher@active-4.com> | 2011-01-22 13:44:22 (GMT) |
commit | 59531287fdfa27431d0aacfaab3808036153f181 (patch) | |
tree | a1d48ad13f041973d552568abc904c540d79fd53 /Misc/NEWS | |
parent | 8d96d77f9a386c3cadfd9c9f128b99a94aaddfb4 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ============================================ |