This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients Chuang Cao, Rosuav, martin.panter
Date 2015-09-11.09:50:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441965040.31.0.584556038811.issue25068@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-09-11 09:50:40martin.pantersetrecipients: + martin.panter, Rosuav, Chuang Cao
2015-09-11 09:50:40martin.pantersetmessageid: <1441965040.31.0.584556038811.issue25068@psf.upfronthosting.co.za>
2015-09-11 09:50:40martin.panterlinkissue25068 messages
2015-09-11 09:50:39martin.pantercreate