Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Random832 Newsgroups: comp.lang.python Subject: Re: Parens do create a tuple Date: Mon, 11 Apr 2016 01:27:59 -0400 Lines: 6 Message-ID: References: <1460333911.3449208.574628345.4B46CD32@webmail.messagingengine.com> <85r3ed2ctn.fsf_-_@benfinney.id.au> <85inzp2c93.fsf@benfinney.id.au> <857fg43orj.fsf@benfinney.id.au> <570b0ca9$0$1608$c3e8da3$5496439d@news.astraweb.com> <1460343095.1633279.574715601.355BA760@webmail.messagingengine.com> <570b2330$0$1588$c3e8da3$5496439d@news.astraweb.com> <1460352479.2404917.574799201.61DF3CED@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de FsjgUb7U/NfXXXVeYyPkXwZSw/CDEvd2JkdysfA3qgoA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:internal': 0.09; 'subject:create': 0.09; 'tuple': 0.09; 'message- id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:10.202.2.212': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:66.111.4.27': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:out3-smtp.messagingengine.com': 0.16; 'received:psf.io': 0.16; 'stage.': 0.16; 'wrote:': 0.16; 'so.': 0.22; 'parser': 0.22; 'header:In-Reply-To:1': 0.24; 'mon,': 0.24; 'operators': 0.29; "d'aprano": 0.33; 'steven': 0.33; 'but': 0.36; 'should': 0.36; 'created': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'say': 0.37; 'received:66': 0.38; 'to:addr:python.org': 0.40; 'some': 0.40; 'header:Message-Id:1': 0.61; 'within': 0.64; 'talking': 0.67; 'therefore': 0.67 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=dXneb8tvrWmWnze2P5yrrgBMJuk=; b=PxgoJU uQsbrNkz8MiRkioMuIXisDfHnqPQ6tm38F/4nzKAJL9E2n1uIfb7XRewQIioIYow 15FK1LNJ6UPm2tZMG7SgBUkSQM6QDtaWKCsalRo/L/9wXhtY9v7jqKSltmSUeVs0 Iq8sf21vBFauakkRBXFJ9So+VubxNZE9SrPzA= 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=dXneb8tvrWmWnze 2P5yrrgBMJuk=; b=Mq/3wRZdpl6ehsDKkBkmxmGq11l8z9OmQwr64tICcV5PuAC HPnhz0GOkK6W9tbWq/UzpSulyal+e/1qrvx5WaNTVOLuE5xh96wMHbrukgqerr9N D/tsKdFl3uJgMINlOwvMwRNQy60r0IX1lPsk2Sq1GyQGy+OlV0QtbGxwyOg8= X-Sasl-Enc: W4vKogYgtlotjrM0Nw0ygnQ/+pudBsfFqXFK4gjavtOE 1460352479 X-Mailer: MessagingEngine.com Webmail Interface - ajax-82e6ff7b In-Reply-To: <570b2330$0$1588$c3e8da3$5496439d@news.astraweb.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 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: <1460352479.2404917.574799201.61DF3CED@webmail.messagingengine.com> X-Mailman-Original-References: <1460333911.3449208.574628345.4B46CD32@webmail.messagingengine.com> <85r3ed2ctn.fsf_-_@benfinney.id.au> <85inzp2c93.fsf@benfinney.id.au> <857fg43orj.fsf@benfinney.id.au> <570b0ca9$0$1608$c3e8da3$5496439d@news.astraweb.com> <1460343095.1633279.574715601.355BA760@webmail.messagingengine.com> <570b2330$0$1588$c3e8da3$5496439d@news.astraweb.com> Xref: csiph.com comp.lang.python:106858 On Mon, Apr 11, 2016, at 00:08, Steven D'Aprano wrote: > Should we say that the / and - operators therefore create tuples? I don't > think so. But I am talking about the tuple that is passed to FunctionType.__call__ at runtime, not a tuple created within some parser stage.