In article <[email protected]>, Steven D'Aprano <[email protected]> wrote:
> Er, most URLs are case insensitive, at least the most common ones, including > HTTP and HTTPS. So I don't quite see why you think this was a Whoops. URLs are most certainly not case insensitive. Parts of them may be (i.e. the scheme and host parts), but not the stuff after the hostname. -- http://mail.python.org/mailman/listinfo/python-list
