Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeder.news-service.com!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.063 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'pretend': 0.07; 'confuses': 0.16; 'roy': 0.16; 'such.': 0.16; 'cc:addr:python- list': 0.16; 'wrote:': 0.16; '(i.e.': 0.17; 'linux': 0.17; 'cc:no real name:2**0': 0.20; 'stuff': 0.22; 'cc:2**0': 0.22; 'header:In- Reply-To:1': 0.22; 'pm,': 0.24; 'windows': 0.26; 'host': 0.27; 'urls': 0.28; 'fix': 0.29; 'cc:addr:python.org': 0.30; 'not.': 0.30; 'least': 0.31; 'certainly': 0.32; 'hosted': 0.32; 'header :User-Agent:1': 0.34; 'right,': 0.34; 'quite': 0.34; 'ones,': 0.34; 'http': 0.37; 'but': 0.37; 'page': 0.37; 'two': 0.37; 'think': 0.38; 'steven': 0.38; 'subject:: ': 0.39; 'received:192': 0.39; 'either': 0.39; 'why': 0.39; 'case': 0.39; "it's": 0.40; 'header:Reply-To:1': 0.71; 'reply-to:no real name:2**0': 0.71; 'become': 0.71; 'subject:line': 0.73; '02:59': 0.84; 'article,': 0.84 Date: Sun, 14 Aug 2011 17:46:03 -0400 From: Dave Angel User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11 MIME-Version: 1.0 To: Roy Smith Subject: Re: Re: allow line break at operators References: <1312951356.77394.YahooMailNeo@web121518.mail.ne1.yahoo.com> <87fwl9hr4r.fsf@benfinney.id.au> <4e43cb2a$0$29986$c3e8da3$5496439d@news.astraweb.com> <74c2421f-28a0-4a8d-bf74-4eebacfb74f1@d7g2000vbv.googlegroups.com> <92b8f192-d7fc-4c60-87ad-71b12652f3a2@k8g2000yqk.googlegroups.com> <4e45ab9d$0$30002$c3e8da3$5496439d@news.astraweb.com> <4e4774ed$0$29982$c3e8da3$5496439d@news.astraweb.com> <4e47db26$0$30002$c3e8da3$5496439d@news.astraweb.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:FAaSwmwqbjSn2Dnf/uAc3vm1ZA0+TUq8890UAB7KodI scakrzlqb2qt1o5V3Hg65/BmC0Vt4AsKRYiF43uYHjW71ecLy3 Be2ofpc4N/aXGCtSt9J8qWi26Nc/zn9V6E7/Wo+52pGTcaorkB eL6kkW5eyP/A2Su/FwiRONjAvdTYFAuPxg7e4XZHjD3f4Mw8Qm gEuaTibsG7DEBiXaEjIFQ== Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: davea@ieee.org List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1313358379 news.xs4all.nl 23857 [2001:888:2000:d::a6]:50846 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:11418 On 01/-10/-28163 02:59 PM, Roy Smith wrote: > In article<4e47db26$0$30002$c3e8da3$5496439d@news.astraweb.com>, > Steven D'Aprano 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. > The thing that confuses people is that not only is the part up to and through the domain name is case-insensitive, but that simple pages on Windows become case-insensitive for the remainder simply because Windows is such. And the same page hosted on Linux would be case sensitive, per specification. The thing I find annoying is a host that decides that if a URL is close to an existing URL, it'll fix one or two "typos." To me, it's either right, or it's not. Don't change www.mydomain.com/page105.html to www/mydomain.com/page102.html and pretend it's "close enough." DaveA