[issue5550] [urllib.request]: Comparison of HTTP headers should be insensitive to the case

Yury Selivanov report at bugs.python.org
Fri Sep 26 22:31:14 CEST 2014


Yury Selivanov added the comment:

I left some comments in the codereview.

I think that having some half-baked solution is great, but I really would like to see a proper fix, i.e. with remove_header and other methods fixed. Ideally, you should add a UserDict implementation for headers that implements proper __XXXitem__ methods.

----------
nosy: +yselivanov

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


More information about the Python-bugs-list mailing list