Re: [python-committers] Bedevere now automatically removes "needs backport to *" labels

2017-06-17 Thread Nick Coghlan
On 17 June 2017 at 06:30, Brett Cannon wrote: > When you create a backport PR, if the title is formatted as, e.g. "[3.6] > stuff that changed (GH-1234)", then Bedevere will remove the "needs backport > to 3.6" label on the GH-1234 PR and leave a comment linking to the backport > PR that triggered

Re: [python-committers] Revert changes which break too many buildbots

2017-06-17 Thread Nick Coghlan
On 17 June 2017 at 06:26, Brett Cannon wrote: > On Fri, 16 Jun 2017 at 13:24 Ethan Furman wrote: >> On 06/16/2017 09:48 AM, Brett Cannon wrote: >> > Maybe we should amend PEP 11 to say that whomever volunteers to maintain >> > a platform >> > must make sure that platform's buildbot is not red fo

[python-committers] [RELEASE] Python 3.6.2rc1 is now available for testing

2017-06-17 Thread Ned Deily
On behalf of the Python development community and the Python 3.6 release team, I would like to announce the availability of Python 3.6.2rc1. 3.6.2rc1 is the first release candidate for Python 3.6.2, the next maintenance release of Python 3.6. While 3.6.2rc1 is a preview release and, thus, not in

Re: [python-committers] Revert changes which break too many buildbots

2017-06-17 Thread Nick Coghlan
On 15 June 2017 at 19:35, Nick Coghlan wrote: > On 15 June 2017 at 00:40, Victor Stinner wrote: >> A recent example is Nick Coghlan's implementation of the PEP 538: >> basically, it broke all buildbots... except of Linux and Windows :-) >> And it will take a few more days to fix all failures. Wel