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


Groups > comp.lang.python > #107427

Re: PEP proposal: sequence expansion support for yield statement: yield *

From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: PEP proposal: sequence expansion support for yield statement: yield *
Date 2016-04-21 09:23 +1000
Message-ID <mailman.41.1461194646.12923.python-list@python.org> (permalink)
References <573e61523bfc412ca8674b06d70f2fd7@sraex01sc.sisa.samsung.com> <5717E01F.3020804@stoneleaf.us> <mailman.38.1461182430.12923.python-list@python.org> <a01d99fa-b794-4a69-a29c-c902256d50db@googlegroups.com> <CAPTjJmrHggH0JV=0H1pAyT=Hu3i+=bEYBPPO878rgMhm=H1Nxw@mail.gmail.com>

Show all headers | View raw


On Thu, Apr 21, 2016 at 8:26 AM,  <kenseehart@gmail.com> wrote:
> Anyway, thanks for the link. And I suppose checking Python 3 for implementation would be a good prior step as well! Sadly, "yield from" is not in python 2.7, but it's presence in python 3.3 renders my proposal dead as a parrot without a liver.
>

This is what happens when you make proposals. Guido van Rossum has a
time machine, and he'll go back in time, implement the feature, and
quietly come back here :)

Keep on thinking about what would make the language better. Ideas are
great! But do remember to check the latest version of Python
(currently 3.5, with 3.6 in development); no new features will be
added to 2.7. In fact, I'd recommend making the switch to 3.5 as soon
as possible; you'll gain quite a few cool new features.

All the best!

ChrisA

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


Thread

Re: PEP proposal: sequence expansion support for yield statement: yield * Ethan Furman <ethan@stoneleaf.us> - 2016-04-20 13:01 -0700
  Re: PEP proposal: sequence expansion support for yield statement: yield * kenseehart@gmail.com - 2016-04-20 15:26 -0700
    Re: PEP proposal: sequence expansion support for yield statement: yield * Chris Angelico <rosuav@gmail.com> - 2016-04-21 09:23 +1000

csiph-web