]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates
authorNed Deily <nad@python.org>
Thu, 19 Dec 2019 01:47:58 +0000 (20:47 -0500)
committerNed Deily <nad@python.org>
Thu, 19 Dec 2019 01:47:58 +0000 (20:47 -0500)
Include/patchlevel.h
Misc/NEWS.d/next/macOS/2019-12-17-03-43-04.bpo-38295.hgDvlB.rst [deleted file]
README.rst

index ee26960323fb3c33ea743512f2a6e7dc600ca4d5..e912ff069b078c7fcd01c0f2e2db29e60b1667bd 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       0
 
 /* Version as a string */
-#define PY_VERSION              "3.7.6"
+#define PY_VERSION              "3.7.6+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
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 27425dd449b864904b5c9ac2027d81d4570d323d..b4b9fbf8f6b6518b8b7b93041ec7c994900ad847 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.7.6
-============================
+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