]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Release bump for Python 3.4.4 final. v3.4.4
authorLarry Hastings <larry@hastings.org>
Sun, 20 Dec 2015 03:31:10 +0000 (19:31 -0800)
committerLarry Hastings <larry@hastings.org>
Sun, 20 Dec 2015 03:31:10 +0000 (19:31 -0800)
Include/patchlevel.h
Misc/NEWS
README

index 5a1afc65c590745c109bbaa2f20b6a5d07bc3aea..cfef5604d575c9fe525fb53ae347ca54c767c91e 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       4
 #define PY_MICRO_VERSION       4
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.4.4rc1+"
+#define PY_VERSION             "3.4.4"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 20b4c042f39abed4c2e4f8981fbc657949a27d68..5f73fd1c2e7b48723a4d9fe029b8874688f43ceb 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,12 +7,11 @@ What's New in Python 3.4.4?
 
 Release date: 2015/12/20
 
-Core and Builtins
------------------
-
-Library
+Windows
 -------
 
+- Issue #25844: Corrected =/== typo potentially leading to crash in launcher.
+
 
 What's New in Python 3.4.4rc1?
 ==============================
diff --git a/README b/README
index 2775151f2d99a52cfe21dbbc984a1c7ad5172f8e..3f1322f1bd56a432e215ec9ce05808dceb56bf06 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 3.4.3
+This is Python version 3.4.4
 ============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,