Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Random832 Newsgroups: comp.lang.python Subject: Re: Operator precedence problem Date: Mon, 06 Jun 2016 10:35:47 -0400 Lines: 9 Message-ID: References: <816c651a-d0ae-4e23-a5b2-72a8f7398468@googlegroups.com> <3ff71354-461a-4635-8d1a-c879243e39a8@googlegroups.com> <2a577a90-3a39-4d8f-90fa-4a00fd4f06a3@googlegroups.com> <1465221421.1069788.629246361.60094337@webmail.messagingengine.com> <87inxmmm67.fsf@elektro.pacujo.net> <1465223747.1077208.629311025.666B5AF8@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 1STIIiJv8QrJvdkh/C46kgef7HpvZUolnu6XAfy9iLpg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:internal': 0.09; 'python': 0.10; 'assume': 0.11; 'interpreter': 0.15; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:10.202.2.44': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:compute4.internal': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:psf.io': 0.16; 'tabs': 0.16; 'wrote:': 0.16; 'language': 0.19; 'subject:problem': 0.22; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; "doesn't": 0.26; 'style.': 0.29; 'code': 0.30; 'requiring': 0.35; 'to:addr:python- list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'received:66': 0.38; 'to:addr:python.org': 0.40; 'header:Message- Id:1': 0.61; 'more': 0.63; 'between': 0.65; 'importantly,': 0.66 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=+AxbsR5h7Ac6+jbERdQb0f6d2SQ=; b=t1PQS0 tF7UX3fPU4/TzkaWX6QxCBERonMKB0SuPCi51xY9Uzkaj1w+UQVjPwQ+13KAVFWq JwgxVYyJpNXhpnaOtCTApTAv/BVlU/4TVE0QZ8vj/8DBfEKjigI6qoRPVU2KqfrG lDGzVzZE42QF4CAUg3yV6FzC/fXVqNg6zPEPg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=+AxbsR5h7Ac6+jb ERdQb0f6d2SQ=; b=PNqdEawxSfjgWbmO0hKAGPFZTKWGtNtA2KMA+zJZ3S3OH6p /g+Y6Y5gF6XL2Zx2TtzMr1Py0mdsLzFGRESk7JdgK+eCXIYS2xZXHoyx28JGP4RG 0p0Ce5NVj+Re3OgbIOtE539SAHuQxOA2kAVpcdCiIbceBoUhOiVo1GJlunzU= X-Sasl-Enc: PuMZkcaLCTH8DIAMbtW1kxiq2RIeLfGfpozwAvcWn3Ll 1465223747 X-Mailer: MessagingEngine.com Webmail Interface - ajax-7f2506ab In-Reply-To: <87inxmmm67.fsf@elektro.pacujo.net> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <1465223747.1077208.629311025.666B5AF8@webmail.messagingengine.com> X-Mailman-Original-References: <816c651a-d0ae-4e23-a5b2-72a8f7398468@googlegroups.com> <3ff71354-461a-4635-8d1a-c879243e39a8@googlegroups.com> <2a577a90-3a39-4d8f-90fa-4a00fd4f06a3@googlegroups.com> <1465221421.1069788.629246361.60094337@webmail.messagingengine.com> <87inxmmm67.fsf@elektro.pacujo.net> Xref: csiph.com comp.lang.python:109568 On Mon, Jun 6, 2016, at 10:22, Marko Rauhamaa wrote: > You *can* assume other people have read the spec. Even more importantly, > you can assume the Python interpreter complies with the spec. I can assume the python interpreter will accept tabs as indents too, that doesn't make it good style. Requiring people to constantly flip between my code and the language reference to understand it is also not good style.