[python-committers] [RELEASE] Python 3.6.2 is now available

2017-07-16 Thread Ned Deily
On behalf of the Python development community and the Python 3.6 release team, I am happy to announce the availability of Python 3.6.2, the second maintenance release of Python 3.6. 3.6.0 was released on 2016-12-22 to great interest and we are now providing the second set of bugfixes and documenta

Re: [python-committers] "trivial" label replaced with "skip issue"

2017-07-16 Thread Victor Stinner
2017-07-16 16:10 GMT+02:00 Victor Stinner : > What is the benefit of converting old Misc/NEWS entries? I guess that the benefit is to use a single format for all NEWS entries. I understand that it will ease the build of the changelog. > Do you have an idea of many files we will get? > Do we plan

Re: [python-committers] Python 3.3.7 release schedule and end-of-life

2017-07-16 Thread Brett Cannon
A quick thanks from me, Ned, for stepping forward to help 3.3 pine for the fjords. On Sat, Jul 15, 2017, 14:51 Ned Deily, wrote: > Python 3.3 is fast approaching its end-of-life date, 2017-09-29. Per our > release policy, that date is five years after the initial release of 3.3, > 3.3.0 final o

Re: [python-committers] "trivial" label replaced with "skip issue"

2017-07-16 Thread Brett Cannon
On Sun, Jul 16, 2017, 07:10 Victor Stinner, wrote: > 2017-07-14 20:33 GMT+02:00 Brett Cannon : > > In preparation of fully moving over to blurb and per-file news entries (I > > don't have an ETA from Larry on when he plans to do explode Misc/NEWS > into > > individual files), ... > > Oh, I wasn't

Re: [python-committers] "trivial" label replaced with "skip issue"

2017-07-16 Thread Larry Hastings
Getting rid of Misc/NEWS was the whole point. The benefit is that we get rid of Misc/NEWS collisions. The other questions, you can answer for yourself by looking at the PRs. They're all in a row, PR 2714 through PR 2719. 2719 is where most of the conversation is happening. https://gi

Re: [python-committers] "trivial" label replaced with "skip issue"

2017-07-16 Thread Victor Stinner
2017-07-14 20:33 GMT+02:00 Brett Cannon : > In preparation of fully moving over to blurb and per-file news entries (I > don't have an ETA from Larry on when he plans to do explode Misc/NEWS into > individual files), ... Oh, I wasn't aware of this plan. What is the benefit of converting old Misc/NE