Commit 52d6c2c4 authored by Larry Hastings's avatar Larry Hastings

Merge.

parents 5aeadb3f c4e70ffb
...@@ -145,3 +145,4 @@ ab2c023a9432f16652e89c404bbc84aa91bf55af v3.4.2 ...@@ -145,3 +145,4 @@ ab2c023a9432f16652e89c404bbc84aa91bf55af v3.4.2
69dd528ca6255a66c37cc5cf680e8357d108b036 v3.4.3rc1 69dd528ca6255a66c37cc5cf680e8357d108b036 v3.4.3rc1
b4cbecbc0781e89a309d03b60a1f75f8499250e6 v3.4.3 b4cbecbc0781e89a309d03b60a1f75f8499250e6 v3.4.3
04f3f725896c6961212c3a12e8ac25be6958f4fa v3.4.4rc1 04f3f725896c6961212c3a12e8ac25be6958f4fa v3.4.4rc1
737efcadf5a678b184e0fa431aae11276bf06648 v3.4.4
...@@ -19,11 +19,11 @@ ...@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3 #define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 4 #define PY_MINOR_VERSION 4
#define PY_MICRO_VERSION 4 #define PY_MICRO_VERSION 4
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 1 #define PY_RELEASE_SERIAL 0
/* Version as a string */ /* Version as a string */
#define PY_VERSION "3.4.4rc1+" #define PY_VERSION "3.4.4+"
/*--end constants--*/ /*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
......
This diff is collapsed.
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
Python News Python News
+++++++++++ +++++++++++
What's New in Python 3.4.4? What's New in Python 3.4.5?
=========================== ===========================
Release date: 2015/12/20 Release date: tba
Core and Builtins Core and Builtins
----------------- -----------------
...@@ -14,6 +14,17 @@ Library ...@@ -14,6 +14,17 @@ Library
------- -------
What's New in Python 3.4.4?
===========================
Release date: 2015/12/20
Windows
-------
- Issue #25844: Corrected =/== typo potentially leading to crash in launcher.
What's New in Python 3.4.4rc1? What's New in Python 3.4.4rc1?
============================== ==============================
......
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, Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment