[issue2275] urllib/httplib header capitalization

Éric Araujo report at bugs.python.org
Sun Jan 16 13:53:28 CET 2011


Éric Araujo <merwok at netwok.org> added the comment:

Title case is not the right thing for all headers: TE, WWW-Authenticate, etc.

While we're changing this, why not implement something to return headers in the order recommended in the RFC?  (Probably another feature request)

----------
nosy: +eric.araujo
stage:  -> patch review
title: urllib2 header capitalization -> urllib/httplib header capitalization
versions: +Python 3.3 -Python 2.7

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


More information about the Python-bugs-list mailing list