Re: [Python-ideas] New Python syntax for continuing definitions for existing classes

2016-09-13 Thread Ralph Broenink
Hi all, On Tue, 13 Sep 2016 at 18:30 Chris Angelico wrote: > Did you know that you can actually abuse decorators to do this with > existing syntax? Check out this collection of evil uses of decorators: > > https://github.com/Rosuav/Decorators/blob/master/evil.py > There's also this post from G

Re: [Python-ideas] Null coalescing operator

2016-09-10 Thread Ralph Broenink
It is PEP 505. I agree we should resume the discussion on this PEP though (for 3.7), I'm not completely sure why it stalled. Ralph On Sat, 10 Sep 2016, 02:50 Steven D'Aprano, wrote: > On Fri, Sep 09, 2016 at 10:01:44PM +0200, Arek Bulski wrote: > > Sometimes I find myself in need of this nice o