diff options
author | Ned Deily <nad@python.org> | 2016-07-12 01:14:53 -0400 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-07-12 01:14:53 -0400 |
commit | 3cfbbff5f1d13f83dcbdddd886278f6a4265e7bc (patch) | |
tree | 21950d346350d99fd79e862d8d895743f7edbf49 | |
parent | 70498d155cf7662348872ca26f2c5ff91567e9dc (diff) | |
download | cpython-3cfbbff5f1d13f83dcbdddd886278f6a4265e7bc.tar.gz |
Start 3.6.0a4
-rw-r--r-- | Include/patchlevel.h | 2 | ||||
-rw-r--r-- | Misc/NEWS | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index e4e3483430..1f2ad19119 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.6.0a3" +#define PY_VERSION "3.6.0a3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. @@ -2,6 +2,18 @@ Python News +++++++++++ +What's New in Python 3.6.0 alpha 4 +================================== + +*Release date: XXXX-XX-XX* + +Core and Builtins +----------------- + +Library +------- + + What's New in Python 3.6.0 alpha 3 ================================== |