Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e925c4f

Browse files
committed
Merge v3.6.3 into 3.6 branch
2 parents d6201cb + 2c5fed8 commit e925c4f

4 files changed

Lines changed: 35 additions & 7 deletions

File tree

Doc/copyright.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Copyright
44

55
Python and this documentation is:
66

7-
Copyright © 2001-2016 Python Software Foundation. All rights reserved.
7+
Copyright © 2001-2017 Python Software Foundation. All rights reserved.
88

99
Copyright © 2000 BeOpen.com. All rights reserved.
1010

Include/patchlevel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 6
2121
#define PY_MICRO_VERSION 3
22-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23-
#define PY_RELEASE_SERIAL 1
22+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
23+
#define PY_RELEASE_SERIAL 0
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.6.3rc1+"
26+
#define PY_VERSION "3.6.3"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

Misc/NEWS.d/3.6.3.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.. bpo: 31641
2+
.. date: 2017-10-03-01-05-11
3+
.. nonce: vlQEq5
4+
.. release date: 2017-10-03
5+
.. section: Library
6+
7+
Re-allow arbitrary iterables in `concurrent.futures.as_completed()`. Fixes
8+
regression in 3.6.3rc1.
9+
10+
..
11+
12+
.. bpo: 31662
13+
.. date: 2017-10-03-01-06-24
14+
.. nonce: 8l2jEz
15+
.. section: Build
16+
17+
Fix typos in Windows ``uploadrelease.bat`` script. Fix Windows Doc build
18+
issues in ``Doc/make.bat``.
19+
20+
..
21+
22+
.. bpo: 31423
23+
.. date: 2017-10-03-01-01-52
24+
.. nonce: uKvPYA
25+
.. section: Build
26+
27+
Fix building the PDF documentation with newer versions of Sphinx.

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 3.6.3 release candidate 1
2-
================================================
1+
This is Python version 3.6.3
2+
============================
33

44
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
55
:alt: CPython build status on Travis CI
@@ -232,7 +232,8 @@ Copyright and License Information
232232
---------------------------------
233233

234234
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
235-
2012, 2013, 2014, 2015, 2016 Python Software Foundation. All rights reserved.
235+
2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation. All rights
236+
reserved.
236237

237238
Copyright (c) 2000 BeOpen.com. All rights reserved.
238239

0 commit comments

Comments
 (0)