Skip to content

Commit 69c0db5

Browse files
committed
Update docs and patchlevel for 3.6.1 final
1 parent 8c18fbe commit 69c0db5

File tree

3 files changed

+12
-24
lines changed

3 files changed

+12
-24
lines changed

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 1
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.1rc1"
26+
#define PY_VERSION "3.6.1"
2727
/*--end constants--*/
2828

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

Misc/NEWS

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Python News
33
+++++++++++
44

5-
What's New in Python 3.6.1 final?
6-
=================================
5+
What's New in Python 3.6.1?
6+
===========================
77

8-
*Release date: XXXX-XX-XX*
8+
*Release date: 2017-03-21*
99

1010
Core and Builtins
1111
-----------------
@@ -18,24 +18,12 @@ Core and Builtins
1818
are inadvertently modified when inserting the import location named on the
1919
command line.
2020

21-
- bpo-29714: Fix a regression that bytes format may fail when containing zero
22-
bytes inside.
23-
24-
Library
25-
-------
26-
27-
- bpo-28298: Fix a bug that prevented array 'Q', 'L' and 'I' from accepting big
28-
intables (objects that have __int__) as elements. Patch by Oren Milman.
29-
30-
- bpo-28231: The zipfile module now accepts path-like objects for external
31-
paths.
21+
Build
22+
-----
3223

33-
- bpo-26915: index() and count() methods of collections.abc.Sequence now
34-
check identity before checking equality when do comparisons.
24+
- bpo-27593: fix format of git information used in sys.version
3525

36-
- bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (or any other
37-
exception) to exception(s) raised in the dispatched methods.
38-
Patch by Petr Motejlek.
26+
- Fix incompatible comment in python.h
3927

4028

4129
What's New in Python 3.6.1 release candidate 1

README.rst

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

44
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
55
:alt: CPython build status on Travis CI

0 commit comments

Comments
 (0)