Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!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.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'ascii': 0.07; 'indicates': 0.09; 'minus': 0.09; 'case.': 0.15; 'finney': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subtraction': 0.16; 'wrote:': 0.18; 'header:In- Reply-To:1': 0.22; 'fact': 0.27; 'message-id:@mail.gmail.com': 0.29; 'pm,': 0.29; 'range,': 0.30; 'pure': 0.32; 'thu,': 0.32; 'advocate': 0.34; 'to:addr:python-list': 0.35; 'but': 0.37; 'received:google.com': 0.37; 'another': 0.37; 'either': 0.37; 'received:209.85': 0.38; 'uses': 0.38; 'received:209.85.215': 0.39; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'range': 0.61; '11:31': 0.84; 'heh.': 0.84 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=a0d29dR4fX0+AijrR6m+IK54E/oDvUQAPaLlId/FUsQ=; b=vbTVXPW+NYmDvy66aROKVgomxQHLAbOG94tmceS1/3M2aIXTzzEd5Tcqs1OO3j5cxH 14R6l9Mv2QYRKu++NczC87EUdHOKJtKovUayG2XZWQH40PDLlAH6MKLkqv1qTic2c3td pAuV1BdFpV/Zti/QHluj3Mi53BI6DsN15jk37l3W3lg4yZYy7SlhmDaf4S4q8IJspmAn SplHKeBGYAc3J96HGx5lT8UX6rVb+esvND20MnXwr+MYa4sDkyLIu4BcB9zAXyln/xDO fatNJBr2sFVg094n76XeguB+LMaRBbcBbce+h0+XaHFXIZ7v7/IuXQTPNQbDXxZx3wtM qW5g== MIME-Version: 1.0 In-Reply-To: <87k42moxkq.fsf@benfinney.id.au> References: <4f612b19$0$1379$4fafbaef@reader2.news.tin.it> <8e72d74f-c844-4de3-8a37-f6b1fdc2291f@y27g2000yqy.googlegroups.com> <50e9ceec-40f1-4ead-b2b6-87328b30d084@ow8g2000pbc.googlegroups.com> <4f61c828$0$1390$4fafbaef@reader2.news.tin.it> <4f61d221$0$1375$4fafbaef@reader2.news.tin.it> <4f61d9a2$0$1377$4fafbaef@reader2.news.tin.it> <87k42moxkq.fsf@benfinney.id.au> Date: Thu, 15 Mar 2012 23:38:27 +1100 Subject: Re: Python is readable 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1331815110 news.xs4all.nl 6886 [2001:888:2000:d::a6]:43400 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21662 On Thu, Mar 15, 2012 at 11:31 PM, Ben Finney wrote: > Another good reason to advocate for proper typography. "John 14:5-7" > indicates a range (because it uses U+2013 EN DASH), whereas "7-5" > indicates subtraction (because it uses U+2212 MINUS SIGN). A hyphen ('-' > U+002D) is inappropriate in either case. Heh. Yes, but when you're seeking the size of a range, you use subtraction. The fact that the en dash and minus sign are both often represented in ASCII with a hyphen is pure coincidence. ChrisA