File tree 3 files changed +12
-24
lines changed
3 files changed +12
-24
lines changed Original file line number Diff line number Diff line change 19
19
#define PY_MAJOR_VERSION 3
20
20
#define PY_MINOR_VERSION 6
21
21
#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
24
24
25
25
/* Version as a string */
26
- #define PY_VERSION "3.6.1rc1 "
26
+ #define PY_VERSION "3.6.1 "
27
27
/*--end constants--*/
28
28
29
29
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
Original file line number Diff line number Diff line change 2
2
Python News
3
3
+++++++++++
4
4
5
- What's New in Python 3.6.1 final ?
6
- =================================
5
+ What's New in Python 3.6.1?
6
+ ===========================
7
7
8
- *Release date: XXXX-XX-XX *
8
+ *Release date: 2017-03-21 *
9
9
10
10
Core and Builtins
11
11
-----------------
@@ -18,24 +18,12 @@ Core and Builtins
18
18
are inadvertently modified when inserting the import location named on the
19
19
command line.
20
20
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
+ -----
32
23
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
35
25
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
39
27
40
28
41
29
What's New in Python 3.6.1 release candidate 1
Original file line number Diff line number Diff line change 1
- This is Python version 3.6.1 release candidate 1
2
- ================================================
1
+ This is Python version 3.6.1
2
+ ============================
3
3
4
4
.. image :: https://travis-ci.org/python/cpython.svg?branch=3.6
5
5
:alt: CPython build status on Travis CI
You can’t perform that action at this time.
0 commit comments