Kaydet (Commit) ed80db57 authored tarafından Ned Deily's avatar Ned Deily

Merge 3.6.0a2 releasing branch into default

......@@ -164,3 +164,4 @@ cc15d736d860303b9da90d43cd32db39bab048df v3.5.0rc2
37a07cee5969e6d3672583187a73cf636ff28e1b v3.5.1
68feec6488b26327a85a634605dd28eca4daa5f1 v3.5.2rc1
5896da372fb044e38595fb74495de1e1e7c8fb3c v3.6.0a1
37889342355223e2fc1438de3dc7ffcd625c60f7 v3.6.0a2
......@@ -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 1
#define PY_RELEASE_SERIAL 2
/* Version as a string */
#define PY_VERSION "3.6.0a1+"
#define PY_VERSION "3.6.0a2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
......
This diff is collapsed.
......@@ -8,7 +8,7 @@ What's New in Python 3.6.0 alpha 3
*Release date: XXXX-XX-XX*
Library
+++++++
-------
- Issue #22636: Avoid shell injection problems with
ctypes.util.find_library().
......@@ -18,7 +18,7 @@ Library
indexes.
IDLE
++++
----
- Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import.
......@@ -26,7 +26,7 @@ IDLE
What's New in Python 3.6.0 alpha 2
==================================
*Release date: XXXX-XX-XX*
*Release date: 2016-06-13*
Core and Builtins
-----------------
......
This is Python version 3.6.0 alpha 1
This is Python version 3.6.0 alpha 2
====================================
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