Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #94303

Re: Proposed keyword to transfer control to another function

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <antoon.pardon@rece.vub.ac.be>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.176
X-Spam-Level *
X-Spam-Evidence '*H*': 0.65; '*S*': 0.00; 'gregory': 0.16; 'received :adsl-dyn.isp.belgacom.be': 0.16; 'wrote:': 0.16; '2015': 0.20; 'am,': 0.23; 'written': 0.24; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'chris': 0.26; 'fine': 0.28; 'initial': 0.28; 'pep': 0.29; 'received:be': 0.30; "i'd": 0.31; 'anyone': 0.32; 'maybe': 0.33; 'point': 0.33; 'something': 0.35; 'but': 0.36; 'should': 0.36; 'needed': 0.36; 'to:addr:python- list': 0.36; 'subject:: ': 0.37; "didn't": 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; 'personally': 0.61; 'charset:windows-1252': 0.62; 'jul': 0.72; 'construct': 0.84; 'guido.': 0.84; 'received:195.238': 0.84
X-Belgacom-Dynamic yes
X-Cloudmark-SP-Filtered true
X-Cloudmark-SP-Result v=1.1 cv=on0vsgdz1NEtXcMZlQwg/MwbIQQ3jhei9UjQb9HCs8o= c=1 sm=2 a=oELIGTqkNWvFJsgneH4A:9 a=pILNOxqGKmIA:10
X-IronPort-Anti-Spam-Filtered true
X-IronPort-Anti-Spam-Result A2D5AADgga5V/zHY9VENT4RQvBAJh3YCgXQUAQEBAQEBAYUtAQEBAwF4EQsYCRYPCQMCAQIBRRADBgICiCINtGKSP4RmAQEBBwIgi0yFDRaEFQEEhxGGTYZ1jCqBQ4MpkEGDYYQkbYJLAQEB
Date Tue, 21 Jul 2015 19:33:09 +0200
From Antoon Pardon <antoon.pardon@rece.vub.ac.be>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0
MIME-Version 1.0
To python-list@python.org
Subject Re: Proposed keyword to transfer control to another function
References <mailman.617.1437090408.3674.python-list@python.org> <d1060jF9h2gU1@mid.individual.net> <CAPTjJmp9muWvej_W7f1HgcVtvjD_5ja-+wO-LmvmA9X7Nmh09A@mail.gmail.com>
In-Reply-To <CAPTjJmp9muWvej_W7f1HgcVtvjD_5ja-+wO-LmvmA9X7Nmh09A@mail.gmail.com>
Content-Type text/plain; charset=windows-1252
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.825.1437499992.3674.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1437499992 news.xs4all.nl 2938 [2001:888:2000:d::a6]:41226
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:94303

Show key headers only | View raw


On 07/19/2015 02:21 AM, Chris Angelico wrote:
> On Sun, Jul 19, 2015 at 9:32 AM, Gregory Ewing
> <greg.ewing@canterbury.ac.nz> wrote:

>> Personally I'd be fine with your initial syntax, but
>> something else might be needed to get it past Guido.
>> He didn't like my 'cocall f()' construct in PEP 3152,
>> which is syntactically isomorphic to 'transfer f()'.
> 
> Maybe it should get written up and rejected, then, to be something to
> point to any time anyone advocates TCO.

Those who remember the history of pep 308 will not find
that a strong deterrent.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Proposed keyword to transfer control to another function Chris Angelico <rosuav@gmail.com> - 2015-07-17 09:46 +1000
  Re: Proposed keyword to transfer control to another function Paul Rubin <no.email@nospam.invalid> - 2015-07-17 20:16 -0700
  Re: Proposed keyword to transfer control to another function Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2015-07-19 11:32 +1200
    Re: Proposed keyword to transfer control to another function Chris Angelico <rosuav@gmail.com> - 2015-07-19 10:21 +1000
    Re: Proposed keyword to transfer control to another function Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-07-19 12:05 -0400
    Re: Proposed keyword to transfer control to another function Chris Angelico <rosuav@gmail.com> - 2015-07-20 02:13 +1000
    Re: Proposed keyword to transfer control to another function MRAB <python@mrabarnett.plus.com> - 2015-07-19 17:24 +0100
    Re: Proposed keyword to transfer control to another function Chris Angelico <rosuav@gmail.com> - 2015-07-20 02:32 +1000
    Re: Proposed keyword to transfer control to another function Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-19 17:41 +0100
    Re: Proposed keyword to transfer control to another function Chris Angelico <rosuav@gmail.com> - 2015-07-20 02:50 +1000
    Re: Proposed keyword to transfer control to another function Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2015-07-21 19:33 +0200
    Re: Proposed keyword to transfer control to another function Chris Angelico <rosuav@gmail.com> - 2015-07-22 03:38 +1000

csiph-web