File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 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.0rc1 "
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.
Original file line number Diff line number Diff line change 22Python News
33+++++++++++
44
5+ What's New in Python 3.6.1 release candidate 1
6+ ==============================================
7+
8+ *Release date: XXXX-XX-XX*
9+
10+ Core and Builtins
11+ -----------------
12+
13+ Library
14+ -------
15+
16+
517What's New in Python 3.6.0 release candidate 1
618==============================================
719
You can’t perform that action at this time.
0 commit comments