Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa71932

Browse files
committed
Release bump for Python 3.4.4 final.
1 parent 5caf39d commit fa71932

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

Include/patchlevel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 4
2121
#define PY_MICRO_VERSION 4
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.4.4rc1+"
26+
#define PY_VERSION "3.4.4"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

Misc/NEWS

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ What's New in Python 3.4.4?
77

88
Release date: 2015/12/20
99

10-
Core and Builtins
11-
-----------------
12-
13-
Library
10+
Windows
1411
-------
1512

13+
- Issue #25844: Corrected =/== typo potentially leading to crash in launcher.
14+
1615

1716
What's New in Python 3.4.4rc1?
1817
==============================

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is Python version 3.4.3
1+
This is Python version 3.4.4
22
============================
33

44
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,

0 commit comments

Comments
 (0)