From e09359112e250268eca209355abeb17abf822486 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 8 Jul 2019 14:03:50 -0400 Subject: 3.7.4 final --- Include/patchlevel.h | 6 +++--- Misc/NEWS.d/3.7.4.rst | 19 +++++++++++++++++++ .../2019-07-08-12-28-26.bpo-37500.2OjTir.rst | 3 --- .../2019-07-06-02-19-02.bpo-37149.NumHn3.rst | 2 -- README.rst | 4 ++-- 5 files changed, 24 insertions(+), 10 deletions(-) create mode 100644 Misc/NEWS.d/3.7.4.rst delete mode 100644 Misc/NEWS.d/next/Core and Builtins/2019-07-08-12-28-26.bpo-37500.2OjTir.rst delete mode 100644 Misc/NEWS.d/next/Documentation/2019-07-06-02-19-02.bpo-37149.NumHn3.rst diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 189d5498d2..a388239c75 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -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. diff --git a/Misc/NEWS.d/3.7.4.rst b/Misc/NEWS.d/3.7.4.rst new file mode 100644 index 0000000000..a358f226dc --- /dev/null +++ b/Misc/NEWS.d/3.7.4.rst @@ -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. diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-07-08-12-28-26.bpo-37500.2OjTir.rst b/Misc/NEWS.d/next/Core and Builtins/2019-07-08-12-28-26.bpo-37500.2OjTir.rst deleted file mode 100644 index 2472ef9161..0000000000 --- a/Misc/NEWS.d/next/Core and Builtins/2019-07-08-12-28-26.bpo-37500.2OjTir.rst +++ /dev/null @@ -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. diff --git a/Misc/NEWS.d/next/Documentation/2019-07-06-02-19-02.bpo-37149.NumHn3.rst b/Misc/NEWS.d/next/Documentation/2019-07-06-02-19-02.bpo-37149.NumHn3.rst deleted file mode 100644 index f9b88dc0bf..0000000000 --- a/Misc/NEWS.d/next/Documentation/2019-07-06-02-19-02.bpo-37149.NumHn3.rst +++ /dev/null @@ -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. diff --git a/README.rst b/README.rst index 44ede5efe7..b891925fcc 100644 --- a/README.rst +++ b/README.rst @@ -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 -- cgit v1.2.1