Re: [python-committers] [RELEASE] Python 3.6.0rc1 is now available

2016-12-07 Thread Serhiy Storchaka

On 07.12.16 09:26, Ned Deily wrote:

Code for 3.6.0 is now frozen.  Assuming no release critical problems are
found prior to the 3.6.0 final release date, currently 2016-12-16, the
3.6.0 final release will be the same code base as this 3.6.0rc1.
Maintenance releases for the 3.6 series will follow at regular
intervals starting in the first quarter of 2017.


Is the 3.6 branch now open for non-critical bug fixes?


___
python-committers mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/


[python-committers] 3.6 branch is now open for 3.6.1

2016-12-07 Thread Ned Deily
OK, rc1 is now out the door.  Thanks to everyone who helped resolve the 
remaining release blocker issues.

As of now, the code base for 3.6.0 final is frozen.  The 3.6 branch is now open 
for code that will be released in 3.6.1, the first 3.6 maintenance release.  As 
usual, that means bug fixes, security fixes, and documentation updates. Refer 
to the Developer's Guide for more information on the development cycle.  If you 
have any questions about whether a change is appropriate for a 3.6.x 
maintenance release, please ask.

http://cpython-devguide.readthedocs.io/en/latest/devcycle.html#maintenance-branches

During the period between rc1 and the final release (scheduled for 2016-12-16), 
please continue to test 3.6.0rc1 and encourage others to do so.  Repeating what 
I wrote earlier:

Should any emergency showstopper problems be discovered affecting 3.6.0rc1, 
please open an issue, mark it as "release blocker", if possible push a fix to 
the 3.6 branch for 3.6.1, and we will discuss what action to take for 3.6.0.  
As I've mentioned many times now, my goal is to have *no* code changes for 
3.6.0 after rc1 so you will have to make a *really* strong case to add any code 
changes after rc1 and prior to the final release scheduled for 12-16.  Should 
the need arise for such a change, it would be cherrypicked from the 3.6 branch. 
 I am more willing to consider cherry-picking pure doc changes after rc1 but 
these will also need to be pushed to 3.6 and marked as "release blocker".

Counting down the days to the final release!

--
  Ned Deily
  [email protected] -- []

___
python-committers mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/


[python-committers] 3.6 What's New document changes for 3.6.0 final

2016-12-07 Thread Ned Deily
Since the question has already come up and there will likely be further 
changes, let's keep it simple: feel free to make changes in the 3.6 branch to 
Doc/whatsnew/3.6.rst for 3.6.0 and I will cherrypick those changes just prior 
to producing the 3.6.0 final.  Likewise with Misc/NEWS.  As stated before, any 
other potential changes require a 3.6 checkin and a "release blocker" issue in 
the tracker.

Thanks!
--Ned

--
  Ned Deily
  [email protected] -- []

___
python-committers mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/