File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818/*--start constants--*/
1919#define PY_MAJOR_VERSION 3
2020#define PY_MINOR_VERSION 4
21- #define PY_MICRO_VERSION 3
22- #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
23- #define PY_RELEASE_SERIAL 0
21+ #define PY_MICRO_VERSION 4
22+ #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23+ #define PY_RELEASE_SERIAL 1
2424
2525/* Version as a string */
26- #define PY_VERSION "3.4.3+ "
26+ #define PY_VERSION "3.4.4rc1 "
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 @@ -5,12 +5,13 @@ Python News
55What's New in Python 3.4.4rc1?
66==============================
77
8- Release date: tba
8+ Release date: 2015/12/06
99
1010Core and Builtins
1111-----------------
1212
13- - Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
13+ - Issue #25709: Fixed problem with in-place string concatenation and utf-8
14+ cache.
1415
1516- Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
1617 __getattr__.
You can’t perform that action at this time.
0 commit comments