Re: [Python-ideas] "Proposing a change" document? (was: Civility on this mailing list)

2016-11-10 Thread Nick Coghlan
On 11 November 2016 at 08:01, Paul Moore wrote: > On 10 November 2016 at 21:18, Ethan Furman wrote: >> On 11/10/2016 01:07 PM, Franklin? Lee wrote: >>> >>> On Fri, Oct 21, 2016 at 11:07 AM, Paul Moore wrote: I wonder. Would there be value in adding a sign-up email to the list

Re: [Python-ideas] "Proposing a change" document? (was: Civility on this mailing list)

2016-11-10 Thread Chris Barker
> +1. These seem like *really* good ideas to me. > > Agreed - I like all of the points made in the post. Me too. And while we're at it, it would be nice to document the process beyond the early stages -- once there seems to be some support for your idea -- what then? -CHB -- Christopher B

Re: [Python-ideas] Alternative to PEP 532: delayed evaluation of expressions

2016-11-10 Thread Stephan Hoyer
On Sun, Nov 6, 2016 at 5:32 PM, Nathaniel Smith wrote: > Filtering out a subset of rows from a data frame in pandas; 'height' > and 'age' refer to columns in the data frame (equivalent to > data_frame[data_frame["height"] > 100 and data_frame["age"] < 5], but > more ergonomic and faster (!)): > >

Re: [Python-ideas] "Proposing a change" document? (was: Civility on this mailing list)

2016-11-10 Thread Paul Moore
On 10 November 2016 at 21:18, Ethan Furman wrote: > On 11/10/2016 01:07 PM, Franklin? Lee wrote: >> >> On Fri, Oct 21, 2016 at 11:07 AM, Paul Moore wrote: >>> >>> >>> I wonder. Would there be value in adding a sign-up email to the list >>> (supported by a posting of that email to the list, to cat

Re: [Python-ideas] "Proposing a change" document? (was: Civility on this mailing list)

2016-11-10 Thread Ethan Furman
On 11/10/2016 01:07 PM, Franklin? Lee wrote: On Fri, Oct 21, 2016 at 11:07 AM, Paul Moore wrote: I wonder. Would there be value in adding a sign-up email to the list (supported by a posting of that email to the list, to catch existing contributors) that set out some of the basic principles of

[Python-ideas] "Proposing a change" document? (was: Civility on this mailing list)

2016-11-10 Thread Franklin? Lee
(Is that the right way to change subject? Anyway, context here: https://mail.python.org/pipermail/python-ideas/2016-October/043208.html) On Fri, Oct 21, 2016 at 11:07 AM, Paul Moore wrote: > > I wonder. Would there be value in adding a sign-up email to the list > (supported by a posting of that e

Re: [Python-ideas] PEP 532: A circuit breaking operator and protocol

2016-11-10 Thread Nick Coghlan
On 9 November 2016 at 02:15, Steven D'Aprano wrote: > Whew! Nick, this is a big, complex PEP, and thank you for taking the > time to write it. Thanks :) > But its also hard to understand -- there's a lot of > detail, and there are places where it is easy for the reader to get > mislead by their