Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder1.xlned.com!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.042 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'received:209.85.160.174': 0.07; 'cc:addr:python-list': 0.10; 'eckhardt': 0.16; 'placeholder': 0.16; 'subject:import': 0.16; 'uncommon': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'sender:addr:gmail.com': 0.18; 'doc': 0.22; 'explicit': 0.22; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'pass': 0.25; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'execution': 0.27; 'message-id:@mail.gmail.com': 0.27; 'url:mailman': 0.29; 'point': 0.31; 'url:python': 0.32; 'url:listinfo': 0.32; 'received:google.com': 0.34; 'expected': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'michael': 0.36; 'url:org': 0.36; 'flow': 0.36; 'others.': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'nothing': 0.38; 'url:docs': 0.38; 'header:Received:5': 0.40; 'url:mail': 0.40; 'your': 0.60; 'further': 0.61; 'referred': 0.62; 'within': 0.64; '26,': 0.65; 'jul': 0.65; 'url:tutorial': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=4l+zrzFTak0bpCQLq1m/K1EuRNkAp4OXm+tQbewbgEg=; b=ud8SAios/Axl+ZkZ8pdeHvr/R3NFJIE/vSQRQY7T6+zWnkfXKH+9FtgEHlEA7kE9e0 ArQ/oxcqBzF2rvM70LuGUs3KB1Gqy9My9IfVqEtuONLOP8X3U4NgqzxqRbBy5uJw95JI rEmLdGJYupPFpgwvjuIjS2mfPU1JxLelgLNNtndid8pEgb/p7k9FeRq26UwQwKbvvSiz ol9PEQnHagDg/nR4CmmiM2WcXEUlmhcLRSd6nzXh/a0FEZbBTjnjAmzQ9aLBjxS+qydi SrnL9nEGPd8Jb2zp9Wvgk2yW7VYtxxKU7ZLG6BuldF3XllrHM+iaodqkrCwyJGgabL+E HXmg== MIME-Version: 1.0 Sender: mhrivnak@gmail.com In-Reply-To: References: Date: Thu, 26 Jul 2012 17:15:51 -0400 X-Google-Sender-Auth: RnvvqY65sJcypbJ0tm-0AOZt1a0 Subject: Re: from future import pass_function From: Michael Hrivnak To: Ulrich Eckhardt Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343337354 news.xs4all.nl 6928 [2001:888:2000:d::a6]:56808 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26116 It's not uncommon for "pass" to be referred to as a control statement, although I see your point that it isn't exerting as much control over the flow of execution as others. As further evidence, this doc categorizes it as a "statement" within "flow control tools": http://docs.python.org/tutorial/controlflow.html Michael On Thu, Jul 26, 2012 at 2:42 AM, Ulrich Eckhardt wrote: > pass is not a control statement, it is just a placeholder to make it > explicit that there is nothing else to be expected here. > > Uli > -- > http://mail.python.org/mailman/listinfo/python-list