Skip to content
Snippets Groups Projects
Commit e0935911 authored by Ned Deily's avatar Ned Deily
Browse files

3.7.4 final

parent f2cbf41a
Branches
Tags v3.7.4
No related merge requests found
......@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 4
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
#define PY_RELEASE_SERIAL 2
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
#define PY_VERSION "3.7.4rc2"
#define PY_VERSION "3.7.4"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
......
.. bpo: 37500
.. date: 2019-07-08-12-28-26
.. nonce: 2OjTir
.. release date: 2019-07-08
.. section: Core and Builtins
Due to unintended side effects, revert the change introduced by
:issue:`1875` in 3.7.4rc1 to check for syntax errors in dead conditional
code blocks.
..
.. bpo: 37149
.. date: 2019-07-06-02-19-02
.. nonce: NumHn3
.. section: Documentation
Replace the dead link to the Tkinter 8.5 reference by John Shipman, New
Mexico Tech, with a link to the archive.org copy.
Replace the dead link to the Tkinter 8.5 reference by John Shipman, New
Mexico Tech, with a link to the archive.org copy.
This is Python version 3.7.4 candidate 2
========================================
This is Python version 3.7.4
============================
.. image:: https://travis-ci.org/python/cpython.svg?branch=master
:alt: CPython build status on Travis CI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment