[issue25068] The proxy key's string should ignore case.

Martin Panter report at bugs.python.org
Fri Sep 11 11:50:40 CEST 2015


Martin Panter added the comment:

Looking at the code, I think Python 3 is in the same boat. Most things in Python are case-sensitive, but I think it is reasonable to make an exception here, since the protocol schemes in general are insensitive. E.g. urlopen("HTTPS://bugs.python.org/issue25068") still uses "https" internally.

It would be good to include a test case and a note in the documentation if we added this though.

----------
nosy: +martin.panter
stage:  -> needs patch
type: resource usage -> enhancement
versions: +Python 3.6 -Python 2.7

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


More information about the Python-bugs-list mailing list