[issue17497] Unicode support for HTTP headers in http.client

Matt Tierney report at bugs.python.org
Wed Mar 20 21:47:36 CET 2013


New submission from Matt Tierney:

Changed the headers string charset to utf-8 since a header field may contain non-iso-8859-1 characters. For instance, a Location header field may contain Cyrillic characters.

----------
components: Library (Lib)
files: tierney.patch
keywords: patch
messages: 184792
nosy: tierney
priority: normal
severity: normal
status: open
title: Unicode support for HTTP headers in http.client
type: enhancement
versions: Python 3.3, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file29512/tierney.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17497>
_______________________________________


More information about the Python-bugs-list mailing list