Merge 3.5.0rc3 revisions back into current 3.5.0 head.

This commit is contained in:
Larry Hastings 2015-09-08 22:45:37 -07:00
commit c31b6d191f
5 changed files with 6 additions and 5 deletions

View File

@ -154,3 +154,4 @@ b4cbecbc0781e89a309d03b60a1f75f8499250e6 v3.4.3
c0d64105463581f85d0e368e8d6e59b7fd8f12b1 v3.5.0b4
1a58b1227501e046eee13d90f113417b60843301 v3.5.0rc1
cc15d736d860303b9da90d43cd32db39bab048df v3.5.0rc2
66ed52375df802f9d0a34480daaa8ce79fc41313 v3.5.0rc3

View File

@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
#define PY_RELEASE_SERIAL 2
#define PY_RELEASE_SERIAL 3
/* Version as a string */
#define PY_VERSION "3.5.0rc2+"
#define PY_VERSION "3.5.0rc3"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

File diff suppressed because one or more lines are too long

View File

@ -22,7 +22,7 @@ Build
What's New in Python 3.5.0 release candidate 3?
===============================================
Release date: 2015-09-06
Release date: 2015-09-07
Core and Builtins
-----------------

2
README
View File

@ -1,4 +1,4 @@
This is Python version 3.5.0 release candidate 2
This is Python version 3.5.0 release candidate 3
================================================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,