summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-07-08 14:03:50 -0400
committerNed Deily <nad@python.org>2019-07-08 14:03:50 -0400
commite09359112e250268eca209355abeb17abf822486 (patch)
tree9774ba24d727e333009f691debddd19a661b15ab
parentf2cbf41afc9e9a0ce16bfe0c71662348453a28c4 (diff)
downloadcpython-git-3.7.4.tar.gz
3.7.4 finalv3.7.4
-rw-r--r--Include/patchlevel.h6
-rw-r--r--Misc/NEWS.d/3.7.4.rst19
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2019-07-08-12-28-26.bpo-37500.2OjTir.rst3
-rw-r--r--Misc/NEWS.d/next/Documentation/2019-07-06-02-19-02.bpo-37149.NumHn3.rst2
-rw-r--r--README.rst4
5 files changed, 24 insertions, 10 deletions
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