Proposed keyword to transfer control to another function

Ethan Furman ethan at stoneleaf.us
Fri Jul 17 13:32:55 EDT 2015


On 07/17/2015 12:17 AM, Antoon Pardon wrote:
> On 07/17/2015 01:46 AM, Chris Angelico wrote:
>> Open for bikeshedding: What should the keyword be? We can't use
>> "exec", which would match Unix and shell usage, because it's already
>> used in a rather different sense in Python. Current candidates:
>> "transfer", "goto", "recurse", and anything else you suggest.
>
> I propose the combination "return from".

+1

--
~Ethan~



More information about the Python-list mailing list