Skip to content

Commit e093591

Browse files
committed
3.7.4 final
1 parent f2cbf41 commit e093591

5 files changed

Lines changed: 24 additions & 10 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 7
2121
#define PY_MICRO_VERSION 4
22-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23-
#define PY_RELEASE_SERIAL 2
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.7.4rc2"
26+
#define PY_VERSION "3.7.4"
2727
/*--end constants--*/
2828

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

Misc/NEWS.d/3.7.4.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.. bpo: 37500
2+
.. date: 2019-07-08-12-28-26
3+
.. nonce: 2OjTir
4+
.. release date: 2019-07-08
5+
.. section: Core and Builtins
6+
7+
Due to unintended side effects, revert the change introduced by
8+
:issue:`1875` in 3.7.4rc1 to check for syntax errors in dead conditional
9+
code blocks.
10+
11+
..
12+
13+
.. bpo: 37149
14+
.. date: 2019-07-06-02-19-02
15+
.. nonce: NumHn3
16+
.. section: Documentation
17+
18+
Replace the dead link to the Tkinter 8.5 reference by John Shipman, New
19+
Mexico Tech, with a link to the archive.org copy.

Misc/NEWS.d/next/Core and Builtins/2019-07-08-12-28-26.bpo-37500.2OjTir.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

Misc/NEWS.d/next/Documentation/2019-07-06-02-19-02.bpo-37149.NumHn3.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 3.7.4 candidate 2
2-
========================================
1+
This is Python version 3.7.4
2+
============================
33

44
.. image:: https://travis-ci.org/python/cpython.svg?branch=master
55
:alt: CPython build status on Travis CI

0 commit comments

Comments
 (0)