Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.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.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.05; '22,': 0.09; 'lawrence': 0.09; 'discussed.': 0.16; 'oct': 0.16; 'rationale': 0.16; 'subject:3.3': 0.16; 'url:py3k': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'examples': 0.18; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'equality': 0.29; 'received:209.85.215.46': 0.30; 'url:python': 0.32; 'could': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'explain': 0.36; 'url:org': 0.36; 'url:library': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'mark': 0.38; 'behind': 0.38; 'nothing': 0.38; 'url:docs': 0.38; 'gives': 0.39; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'lack': 0.71; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=B5+c8KHqWgQDFnPXRBL6hHplLxF6QD2L6/+X49FiOwQ=; b=EyWf34Mz+wJSUO6dFsvtp/+JTTMI+7cYSIjZZ99+0D1mzykQ3yOJX72u3pDvq/4WOk GTmhYe5Kr1L0fqrCwiF/C37WA9/+Ovg9C3dByX2YVbzdvgri7oM7ST2GJIDMy0gOF3+U GfD90nxwGk9MAaTJHRpioR3zG8nzSXxSczjp9DK+hmwZJmxa5EGrODspVkGe3/BvINZw tKP62gGEljS34mkblT3gPzjfgH8Cn+tUE7RPJlprrL5oqMPXz56r1K5fo8jGRmhLrkJE Y8LJxTrHUfgjW0FLPJfr1Of0EHoERYvnFQCc09Hp/HDhX1a3CwGJc5gxHS2KBNwnSp8N qO5g== MIME-Version: 1.0 In-Reply-To: References: From: Ian Kelly Date: Mon, 22 Oct 2012 17:20:27 -0600 Subject: Re: Python 3.3 can't sort memoryviews as they're unorderable To: Python Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1350948059 news.xs4all.nl 6981 [2001:888:2000:d::a6]:56557 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:31909 On Mon, Oct 22, 2012 at 4:58 PM, Mark Lawrence wrote: >> http://docs.python.org/py3k/library/stdtypes.html#typememoryview only >> gives examples of equality comparisons and there was nothing that I >> could see in PEP3118 to explain the rationale behind the lack of other >> comparisons. What have I missed? >> > > Anybody? As best I can tell from googling, it has never been discussed.