Reminder: snapshots and releases coming up in the next several days

Lots of releases coming up soon!
2017-09-16:
- Python 2.7.14 final release
2017-09-18 1200 UTC cutoff:
- Python 3.6.3 rc1
- Python 3.3.7 final release (following by retirement)
If you know of any issues that you feel need to be addressed in these releases, please make sure there is an open issue on the bug tracker set to "release blocker".
Also on 2017-09-18:
- Python 3.7.0 alpha 1
This will be the first preview snapshot of 3.7.0. It's still very early in the development cycle for 3.7. The main purpose of early alpha releases is to exercise the build and release process and to make it easier for Windows and Macs users to help test. Many new features and build changes are yet to appear in subsequent releases prior to feature code cutoff on 2018-01-29 at 3.7.0b1.
Thanks for your help!
--Ned
-- Ned Deily nad@python.org -- []

On Wed, Sep 13, 2017 at 12:35 PM, Ned Deily <nad@python.org> wrote:
Lots of releases coming up soon!
There's a "Python Release Schedule" calendar on Google Calendar that used to be maintained, but that appears to have been dropped, though I found it useful.
Is there any sort of calendar feed available with this schedule that's currently maintained?
-Fred
-- Fred L. Drake, Jr. <fred at fdrake.net> "A storm broke loose in my mind." --Albert Einstein

I know the issue of the Google Calendar feed has come up before and we should either maintain it or remove it from the web site. I don't know who has or had the "keys" to it. I'm traveling the next couple of days but I'll look into it afterwards. If anyone has info about it, please contact me directly. AFAIK, there is no other release calendar feed currently.
-- Ned Deily nad@python.org -- []
On Sep 13, 2017, at 09:57, Fred Drake <fred@fdrake.net> wrote:
On Wed, Sep 13, 2017 at 12:35 PM, Ned Deily <nad@python.org> wrote: Lots of releases coming up soon!
There's a "Python Release Schedule" calendar on Google Calendar that used to be maintained, but that appears to have been dropped, though I found it useful.
Is there any sort of calendar feed available with this schedule that's currently maintained?
-Fred
-- Fred L. Drake, Jr. <fred at fdrake.net> "A storm broke loose in my mind." --Albert Einstein

On Sep 19, 2017, at 13:55, Terry Reedy <tjreedy@udel.edu> wrote:
On 9/13/2017 12:35 PM, Ned Deily wrote:
2017-09-18 1200 UTC cutoff:
- Python 3.6.3 rc1
Also on 2017-09-18:
- Python 3.7.0 alpha 1
Have you branched these off so that further merges go into 3.6.4 and alpha2?
Yes, they were tagged. You can see the history in the cpython log repo (git log) or on the github python/cpython web pages. The release announcement will be forthcoming shortly as the bits arrive from the factories.
-- Ned Deily nad@python.org -- []
participants (3)
-
Fred Drake
-
Ned Deily
-
Terry Reedy