File tree Expand file tree Collapse file tree 5 files changed +4337
-4325
lines changed
Expand file tree Collapse file tree 5 files changed +4337
-4325
lines changed Original file line number Diff line number Diff line change 4747 when researching a change.
4848
4949 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.
5053
5154.. seealso ::
5255
Original file line number Diff line number Diff line change 1919#define PY_MAJOR_VERSION 3
2020#define PY_MINOR_VERSION 6
2121#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
2424
2525/* Version as a string */
26- #define PY_VERSION "3.6.0rc2 "
26+ #define PY_VERSION "3.6.0 "
2727/*--end constants--*/
2828
2929/* 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