]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
3.6.9 v3.6.9
authorNed Deily <nad@python.org>
Tue, 2 Jul 2019 20:25:39 +0000 (16:25 -0400)
committerNed Deily <nad@python.org>
Tue, 2 Jul 2019 20:25:39 +0000 (16:25 -0400)
Include/patchlevel.h
Misc/NEWS.d/3.6.9.rst [moved from Misc/NEWS.d/next/macOS/2019-07-02-01-06-47.bpo-34602.10d4wl.rst with 50% similarity]
Misc/NEWS.d/next/Library/2019-06-27-20-33-50.bpo-37437.du39_A.rst [deleted file]
README.rst

index 3cb041517fe6dcc70b31dc43e6a56880b437afbf..c4b607b912983dfb4c5407859be793817c19cff9 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       6
 #define PY_MICRO_VERSION       9
-#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.6.9rc1+"
+#define PY_VERSION             "3.6.9"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
similarity index 50%
rename from Misc/NEWS.d/next/macOS/2019-07-02-01-06-47.bpo-34602.10d4wl.rst
rename to Misc/NEWS.d/3.6.9.rst
index c50ac638df5770f458044a2052b8d53bd13d24e7..c8d8e913377684bfa440f651f87da81df3741aa3 100644 (file)
@@ -1,3 +1,18 @@
+.. bpo: 37437
+.. date: 2019-06-27-20-33-50
+.. nonce: du39_A
+.. release date: 2019-07-02
+.. section: Library
+
+Update vendorized expat version to 2.2.7.
+
+..
+
+.. bpo: 34602
+.. date: 2019-07-02-01-06-47
+.. nonce: 10d4wl
+.. section: macOS
+
 Avoid test suite failures on macOS by no longer calling resource.setrlimit
 to increase the process stack size limit at runtime.  The runtime change is
 no longer needed since the interpreter is being built with a larger default
diff --git a/Misc/NEWS.d/next/Library/2019-06-27-20-33-50.bpo-37437.du39_A.rst b/Misc/NEWS.d/next/Library/2019-06-27-20-33-50.bpo-37437.du39_A.rst
deleted file mode 100644 (file)
index 80719ee..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Update vendorized expat version to 2.2.7.
index 65e43296699ca68063c94a817eae2511c202916f..f9ab63a0f371d179b40de42052a8cc4d3d134c0e 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.6.9 candidate 1+
-=========================================
+This is Python version 3.6.9
+============================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
    :alt: CPython build status on Travis CI