]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
3.7.6 v3.7.6
authorNed Deily <nad@python.org>
Wed, 18 Dec 2019 18:48:49 +0000 (13:48 -0500)
committerNed Deily <nad@python.org>
Wed, 18 Dec 2019 18:48:49 +0000 (13:48 -0500)
Include/patchlevel.h
Lib/pydoc_data/topics.py
Misc/NEWS.d/3.7.6.rst [new file with mode: 0644]
Misc/NEWS.d/next/macOS/2019-12-17-03-43-04.bpo-38295.hgDvlB.rst [deleted file]
README.rst

index ad8f804cb7f7dc9929d24bdf663b916be1b803bf..ee26960323fb3c33ea743512f2a6e7dc600ca4d5 100644 (file)
 #define PY_MAJOR_VERSION        3
 #define PY_MINOR_VERSION        7
 #define PY_MICRO_VERSION        6
-#define PY_RELEASE_LEVEL        PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL       1
+#define PY_RELEASE_LEVEL        PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL       0
 
 /* Version as a string */
-#define PY_VERSION              "3.7.6rc1+"
+#define PY_VERSION              "3.7.6"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 7fee53bfc8578cd6779771511551e68e9ec06183..0438309135f3ba1662de3aa73dd78546dc6dd45b 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Autogenerated by Sphinx on Wed Dec 11 00:13:54 2019
+# Autogenerated by Sphinx on Wed Dec 18 13:43:31 2019
 topics = {'assert': 'The "assert" statement\n'
            '**********************\n'
            '\n'
diff --git a/Misc/NEWS.d/3.7.6.rst b/Misc/NEWS.d/3.7.6.rst
new file mode 100644 (file)
index 0000000..87d5f97
--- /dev/null
@@ -0,0 +1,7 @@
+.. bpo: 38295
+.. date: 2019-12-17-03-43-04
+.. nonce: hgDvlB
+.. release date: 2019-12-18
+.. section: macOS
+
+Prevent failure of test_relative_path in test_py_compile on macOS Catalina.
diff --git a/Misc/NEWS.d/next/macOS/2019-12-17-03-43-04.bpo-38295.hgDvlB.rst b/Misc/NEWS.d/next/macOS/2019-12-17-03-43-04.bpo-38295.hgDvlB.rst
deleted file mode 100644 (file)
index cc9ceb4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Prevent failure of test_relative_path in test_py_compile on macOS Catalina.
index 276506b143837ab926269bc664d4931f97dc1e1c..27425dd449b864904b5c9ac2027d81d4570d323d 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.7.6 candidate 1+
-=========================================
+This is Python version 3.7.6
+============================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.7
    :alt: CPython build status on Travis CI