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

Skip to content

Commit 6b5284f

Browse files
committed
Mark branch as being after Python 3.4.0rc3.
1 parent 4fe3bd4 commit 6b5284f

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

Include/patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define PY_RELEASE_SERIAL 3
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.4.0rc3"
26+
#define PY_VERSION "3.4.0rc3+"
2727
/*--end constants--*/
2828

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

Misc/NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,21 @@
22
Python News
33
+++++++++++
44

5+
What's New in Python 3.4.0?
6+
===========================
7+
8+
Release date: 2014-03-16
9+
10+
Core and Builtins
11+
-----------------
12+
13+
Library
14+
-------
15+
16+
517
What's New in Python 3.4.0 release candidate 3?
618
===============================================
19+
720
Release date: 2014-03-09
821

922
Core and Builtins

0 commit comments

Comments
 (0)