Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!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.033 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'one?': 0.05; 'trailing': 0.07; '24,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.17; 'received:209.85.214.174': 0.21; 'strip': 0.22; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; "d'aprano": 0.29; 'spaces': 0.29; 'steven': 0.29; 'to:addr:python-list': 0.33; "can't": 0.34; 'received:google.com': 0.34; 'received:209.85': 0.35; 'there': 0.35; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'between': 0.63; 'jul': 0.65; 'subjectcharset:utf-8': 0.72 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=efFvkGE/lVJt97ZGXwrSIh/VwJIaI2UJg6cizc7wro0=; b=ytB9OG5WGvXFISI4nVfCvK1uhsJqdRvQQA0G1AN+ghYsENB/4rkXaDJrO6uo5lfzb6 GWYYNPXCmRWcL2E3wn44dMktbeXxblRPpCRx4vB7rUbnBiSRu3bIod+ZijVBRgCHpvOd l7/pBOe6+xX88t8UIRAJhHpCrNvBMAwZHKlxsF7miMNt1+LGudSxpMFnz1PugLx17DPd xZOwCsL1CmlR6uNM7i+rD6IQkMF+gPOfBQHFWVvPqIpHiCYRvIcxDhJ9JIhNwuqwoacD ZF0g2Sr3/mDKW7m83YTKYffkuSRaKBgoS2Lxz5ig+AJvYvWZwoTjAfsril7qT3IybhGK n7TA== MIME-Version: 1.0 In-Reply-To: <500d74ff$0$29978$c3e8da3$5496439d@news.astraweb.com> References: <500d0632$0$1504$c3e8da3$76491128@news.astraweb.com> <500d74ff$0$29978$c3e8da3$5496439d@news.astraweb.com> Date: Tue, 24 Jul 2012 02:10:18 +1000 Subject: =?UTF-8?B?UmU6IHRoZSBtZWFuaW5nIG9mIHLvvpUuLi4uLi4u77+9wr4=?= From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343059821 news.xs4all.nl 6954 [2001:888:2000:d::a6]:47885 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25897 On Tue, Jul 24, 2012 at 1:59 AM, Steven D'Aprano wrote: >> http://www.rexswain.com/rexx.html#operators > > Only one? Pfft. > > What's the difference between >> "Strictly greater than" and < "Greater > than"? The non-strict forms strip trailing spaces off strings before comparing. I can't remember now if there are other differences. ChrisA