3.7.4 final

This commit is contained in:
Ned Deily 2019-07-08 14:03:50 -04:00
parent f2cbf41afc
commit e09359112e
5 changed files with 24 additions and 10 deletions

View File

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

19
Misc/NEWS.d/3.7.4.rst Normal file
View File

@ -0,0 +1,19 @@
.. 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.

View File

@ -1,3 +0,0 @@
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.

View File

@ -1,2 +0,0 @@
Replace the dead link to the Tkinter 8.5 reference by John Shipman, New
Mexico Tech, with a link to the archive.org copy.

View File

@ -1,5 +1,5 @@
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