[issue22467] Lib/http/server.py, inconsistent header casing

R. David Murray report at bugs.python.org
Tue Sep 23 17:22:40 CEST 2014


R. David Murray added the comment:

It also has a leading underscore, which means it is a "private" interface and you use it at your own risk.

To the extent that there is an actionable issue here, it is a duplicate of issue 12455.  email.message already provides case insensitive header retrieval, by the way.

----------
nosy: +r.david.murray
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> urllib2 forces title() on header names, breaking some requests

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


More information about the Python-bugs-list mailing list