Re: [python-committers] Marking issues as "Release Blocker" priority (was Re: FINAL WEEK FOR 3.7.0 CHANGES!)

2018-05-25 Thread Nick Coghlan
On 25 May 2018 at 04:09, Ned Deily wrote: > On May 24, 2018, at 13:46, Larry Hastings wrote: > > On 05/24/2018 10:08 AM, Ned Deily wrote: > >> If you (or anyone else) feels strongly enough about it, you should > re-open the issue now and make it as a "release blocker" and we should > discuss the

Re: [python-committers] Marking issues as "Release Blocker" priority (was Re: FINAL WEEK FOR 3.7.0 CHANGES!)

2018-05-25 Thread Brett Cannon
On Fri, May 25, 2018, 07:53 Nick Coghlan, wrote: > On 25 May 2018 at 04:09, Ned Deily wrote: > >> On May 24, 2018, at 13:46, Larry Hastings wrote: >> > On 05/24/2018 10:08 AM, Ned Deily wrote: >> >> If you (or anyone else) feels strongly enough about it, you should >> re-open the issue now and

[python-committers] Quick reminder: please don't push long-lived dev branches to the CPython repo

2018-05-25 Thread Brett Cannon
If you create a dev branch that is going to live for less than 24 hours because you edited some typo in the docs or something through GitHub's UI, then that's fine. But long-lived dev branches should be done in one's personal fork. This is for two reasons: one is so that others don't inadvertently

Re: [python-committers] Quick reminder: please don't push long-lived dev branches to the CPython repo

2018-05-25 Thread Terry Reedy
On 5/25/2018 1:43 PM, Brett Cannon wrote: If you create a dev branch that is going to live for less than 24 hours because you edited some typo in the docs or something through GitHub's UI, then that's fine. But long-lived dev branches should be done in one's personal fork. This is for two reaso

Re: [python-committers] Quick reminder: please don't push long-lived dev branches to the CPython repo

2018-05-25 Thread Steve Dower
On 25May2018 1043, Brett Cannon wrote: (and because people often forget to do `git pull --prune`), and two because it eats up our CI (which is especially precious while we are still on AppVeyor and the turn-around time there is so long). Don't we have branch filters on CI? (I certainly put the