This commit is contained in:
Larry Hastings 2015-12-20 22:44:06 -08:00
commit 52d6c2c4c0
5 changed files with 19 additions and 7 deletions

View File

@ -145,3 +145,4 @@ ab2c023a9432f16652e89c404bbc84aa91bf55af v3.4.2
69dd528ca6255a66c37cc5cf680e8357d108b036 v3.4.3rc1
b4cbecbc0781e89a309d03b60a1f75f8499250e6 v3.4.3
04f3f725896c6961212c3a12e8ac25be6958f4fa v3.4.4rc1
737efcadf5a678b184e0fa431aae11276bf06648 v3.4.4

View File

@ -19,11 +19,11 @@
#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.

File diff suppressed because one or more lines are too long

View File

@ -2,10 +2,10 @@
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
-----------------
@ -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?
==============================

2
README
View File

@ -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,