Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.021 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.06; 'blue': 0.09; 'subject:language': 0.09; 'cc:addr:python-list': 0.11; 'distinct': 0.16; 'division,': 0.16; 'division.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'iirc': 0.16; 'subject: \n ': 0.16; 'subject:?)': 0.16; 'subject:unicode': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'cc:addr:python.org': 0.22; 'fraction': 0.24; 'cc:2**0': 0.24; 'primary': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'horizontal': 0.31; 'objects': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'ones,': 0.36; 'two': 0.37; 'school': 0.64; 'effectively': 0.66; 'mar': 0.68; '26,': 0.68; 'subject:this': 0.83; 'difference.': 0.84; 'pardon': 0.84; 'ratio': 0.91; 'to:none': 0.92 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:cc :content-type; bh=joLDdouXMjm3XScSz3MtcaGNksjC0ZeUDEG2jehlWro=; b=nVo+rGyLUAtB+Bht5Kf31PGTt2HSD2qG+NZ9p4xser2Qsy2oyJqOM8DsWEg01fC+l4 8zj4Yr/rHNWjp6Lymog7q36EhZ9hhi+zrRXDR5CWj0KeEBkzQL3coBGlhuv2ZweB8QSB kp0PlVhTKn9LwLvCwIhXDK8vMLjssrknAivAqlCC4M5aWyfEiR8J8eXkTRv33oJvpolG IVmBC4JhuIjtJFZNUaMUWf3/0m7oqBUDEHSg6REYRaoLAqvfYQQX/1PwnMPtDCEiS+Za wde3lkSuIJrBwi6b1RDXm6ttz/Hz5wH4dnQjgnvWRNHOsGIbqAdPGbto8LNNuSF9L4Yx aAdw== MIME-Version: 1.0 X-Received: by 10.66.102.39 with SMTP id fl7mr77409929pab.43.1395755807866; Tue, 25 Mar 2014 06:56:47 -0700 (PDT) In-Reply-To: <533187ED.7060509@rece.vub.ac.be> References: <9daf0806-02de-4447-964c-c8f8953c23e5@googlegroups.com> <0b78649a-16b3-4410-8258-e859578d62be@googlegroups.com> <281c8ce1-4f03-4e93-b5cd-d45b85e89e7e@googlegroups.com> <2f646b95-7d73-4a60-a222-96fa3cd219df@googlegroups.com> <533187ED.7060509@rece.vub.ac.be> Date: Wed, 26 Mar 2014 00:56:47 +1100 Subject: Re: Time we switched to unicode? (was Explanation of this Python language feature?) From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1395755810 news.xs4all.nl 2890 [2001:888:2000:d::a6]:45447 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:69029 On Wed, Mar 26, 2014 at 12:43 AM, Antoon Pardon wrote: >> It doesn't bother me. IIRC in primary school before fractions were introduced, >> a colon was used to indicate division. The way I learned it, a colon was for a ratio, and a horizontal line was for a fraction. Both of them effectively indicate division, but with a distinct difference. If you have four red objects and two blue ones, the ratio of red to blue is 4 : 2 or 2 : 1, but the fraction (proportion) that are red is 4 / 6 or 2 / 3. ChrisA