Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed2.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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'expressions': 0.07; 'modified': 0.07; 'subject:Why': 0.09; 'python': 0.11; '"def"': 0.16; '1:13': 0.16; 'fine;': 0.16; 'ord': 0.16; 'subject: \n ': 0.16; 'subject:comment': 0.16; 'subject:quoted': 0.16; 'subject:simple': 0.16; 'subject:triple': 0.16; 'applies': 0.16; 'demonstrate': 0.16; 'followed': 0.16; 'wrote:': 0.18; 'header:In- Reply-To:1': 0.27; 'point': 0.28; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'go.': 0.31; 'fri,': 0.33; 'received:google.com': 0.35; 'consist': 0.36; "i'll": 0.36; 'subject:?': 0.36; 'tired': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'even': 0.60; 'expression': 0.60; 'times': 0.62; 'therefore,': 0.64; 'here': 0.66; 'subject:. ': 0.67; '2015': 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=BT/jP+nwd/fwppWLvslWm+kICsSOLVBPhFzXjCWI5cU=; b=lNsTx/agPKiyHj7tD8y25jAod6xYVhN/a3aN3L5S+TYYiD/gienZ5IC4LdWbmufD2i Jbp6wazaCOA34XxzQF8HWf1DH+Ox1xaGutMlYoiVfF++6aoyEU1adAiFK+X0zn7f5BKC BtzIAxKQZJduN3PYvu+RLVJ0XvEQOp5ZB2j2gzSqa3qM8bpL38gHO/U+7WsajC42KVgx Pp/WxSmITtH0bKV0djiRqsMQlpokvfc9e0QRxyZ8mL+pDOZ2ENVMsrz7rjWgvGMljbk2 NEKFYPcRUC+OjYqUGWcRIAsvv4mOy0350RYOL/eoKoFWsloWnaCUKGHG8yr2zoBJS4+G gkfA== X-Received: by 10.107.158.143 with SMTP id h137mr4758747ioe.12.1428074797725; Fri, 03 Apr 2015 08:26:37 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <874mox3cs8.fsf@elektro.pacujo.net> References: <3533816.ZYnZ2OzjCs@PointedEars.de> <3971951.908YQu3oQO@PointedEars.de> <1504323.jUKfeKbQsP@PointedEars.de> <2362875.FIK8ImHTJA@PointedEars.de> <1823599.Pr2V0MPR6q@PointedEars.de> <9781856.5cutuNVPEq@PointedEars.de> <3894022.plrvF2nHWu@PointedEars.de> <1905422.ubGH1B8UfE@PointedEars.de> <551e27c5$0$12904$c3e8da3$5496439d@news.astraweb.com> <874mox3cs8.fsf@elektro.pacujo.net> From: Ian Kelly Date: Fri, 3 Apr 2015 09:25:57 -0600 Subject: Re: A simple single line, triple-quoted comment is giving syntax error. Why? To: Python Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1428074800 news.xs4all.nl 2912 [2001:888:2000:d::a6]:56439 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:88486 On Fri, Apr 3, 2015 at 1:13 AM, Marko Rauhamaa wrote: > 2. The counterexample "abc" "def" *does* demonstrate that expressions > can at times follow each other immediately. It is a nice point even > if not all that consequential. > > Somewhat analogously: > * ord is an expression > * ("a") is an expression > * ord("a") is an expression I'm tired of this also, so I'll make this response short. By analogy to English: * "far" is an English adverb. * "lands" is an English noun. * "far lands" is an English noun phrase. * Therefore, a noun phrase in English can consist of an adverb immediately followed by a noun that is modified by the adverb The fallacy here is that the "far" in "far lands" is used as an adjective, not an adverb. I think that the same fallacy applies to the Python expressions above. If you disagree, that's fine; I'll let it go.