Commit ee454a0d authored by Ned Deily's avatar Ned Deily

Merge from releasing branch

parents 0e6d0dcd ac7974f7
......@@ -169,3 +169,4 @@ cc15d736d860303b9da90d43cd32db39bab048df v3.5.0rc2
5896da372fb044e38595fb74495de1e1e7c8fb3c v3.6.0a1
37889342355223e2fc1438de3dc7ffcd625c60f7 v3.6.0a2
f3edf13dc339b8942ae6b309771ab197dd8ce6fa v3.6.0a3
017cf260936b444788c9b671d195b7bfd83dbd25 v3.6.0a4
......@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
#define PY_RELEASE_SERIAL 3
#define PY_RELEASE_SERIAL 4
/* Version as a string */
#define PY_VERSION "3.6.0a3+"
#define PY_VERSION "3.6.0a4+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
......
This diff is collapsed.
......@@ -2,10 +2,22 @@
Python News
+++++++++++
What's New in Python 3.6.0 beta 1
=================================
*Release date: XXXX-XX-XX*
Core and Builtins
-----------------
Library
-------
What's New in Python 3.6.0 alpha 4
==================================
*Release date: XXXX-XX-XX*
*Release date: 2016-08-15*
Core and Builtins
-----------------
......
This is Python version 3.6.0 alpha 3
This is Python version 3.6.0 alpha 4
====================================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment