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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25068>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to