File tree 5 files changed +4337
-4325
lines changed
5 files changed +4337
-4325
lines changed Original file line number Diff line number Diff line change 47
47
when researching a change.
48
48
49
49
This article explains the new features in Python 3.6, compared to 3.5.
50
+ Python 3.6 was released on December 23, 2016. See the
51
+ `changelog <https://docs.python.org/3.6/whatsnew/changelog.html >`_ for a full
52
+ list of changes.
50
53
51
54
.. seealso ::
52
55
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 0
22
- #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23
- #define PY_RELEASE_SERIAL 2
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.0rc2 "
26
+ #define PY_VERSION "3.6.0 "
27
27
/*--end constants--*/
28
28
29
29
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
You can’t perform that action at this time.
0 commit comments