Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #89107
| References | <87fv7yjdw7.fsf@jester.gateway.pace.com> |
|---|---|
| Date | 2015-04-18 14:02 +1000 |
| Subject | Re: PEP 492, new coroutine syntax for Python |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.390.1429329761.12925.python-list@python.org> (permalink) |
On Sat, Apr 18, 2015 at 1:47 PM, Paul Rubin <no.email@nospam.invalid> wrote: > I don't remember anyone mentioning this here yet, and it is mighty cool: > > https://www.python.org/dev/peps/pep-0492/ Hah. It only just hit python-ideas, so you're jumping in on something brand new - no wonder it hasn't been mentioned yet :) And yes, it IS cool. I think the current proposal has a lot of duplication (it looks like there's almost a complete replica of the generator protocol being created in parallel), but whatever happens, it's a good thing. The document's in a state of some flux at the moment. If you're interested, I strongly recommend jumping over to python-ideas and following along - that is, if you're interested enough to drink from the veritable fire-hose of -ideas! There's a chance this will land in Python 3.5, but if not, I'd be very surprised if it doesn't hit 3.6. This is an exciting time to be a Python programmer! ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
PEP 492, new coroutine syntax for Python Paul Rubin <no.email@nospam.invalid> - 2015-04-17 20:47 -0700
Re: PEP 492, new coroutine syntax for Python Chris Angelico <rosuav@gmail.com> - 2015-04-18 14:02 +1000
Re: PEP 492, new coroutine syntax for Python Paul Rubin <no.email@nospam.invalid> - 2015-04-17 22:32 -0700
Re: PEP 492, new coroutine syntax for Python Chris Angelico <rosuav@gmail.com> - 2015-04-18 16:20 +1000
Re: PEP 492, new coroutine syntax for Python Marko Rauhamaa <marko@pacujo.net> - 2015-04-18 10:35 +0300
csiph-web