]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates
authorNed Deily <nad@python.org>
Tue, 15 Oct 2019 07:28:42 +0000 (03:28 -0400)
committerNed Deily <nad@python.org>
Tue, 15 Oct 2019 07:28:42 +0000 (03:28 -0400)
Include/patchlevel.h
Misc/NEWS.d/next/Library/2019-10-12-08-57-34.bpo-38449.9TWMlz.rst [deleted file]
Misc/NEWS.d/next/Windows/2019-10-05-05-50-58.bpo-38344.scr2LO.rst [deleted file]
README.rst

index 083aeb8bc6297052d55e3c8694b98b7ba757832e..224eb9ae491e202586bb4a61ecdf0edc68d11fb9 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       0
 
 /* Version as a string */
-#define PY_VERSION              "3.7.5"
+#define PY_VERSION              "3.7.5+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
diff --git a/Misc/NEWS.d/next/Library/2019-10-12-08-57-34.bpo-38449.9TWMlz.rst b/Misc/NEWS.d/next/Library/2019-10-12-08-57-34.bpo-38449.9TWMlz.rst
deleted file mode 100644 (file)
index f7b1dbf..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Revert GH-15522, which introduces a regression in
-:meth:`mimetypes.guess_type` due to improper handling of filenames as urls.
diff --git a/Misc/NEWS.d/next/Windows/2019-10-05-05-50-58.bpo-38344.scr2LO.rst b/Misc/NEWS.d/next/Windows/2019-10-05-05-50-58.bpo-38344.scr2LO.rst
deleted file mode 100644 (file)
index b5854d1..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Fix error message in activate.bat
index 795b821dd076a96790e04c35c52b56051665560d..aa80a58d5f0c2f57b90cc76cc5b2a10974c8aab2 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.7.5
-============================
+This is Python version 3.7.5+
+=============================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.7
    :alt: CPython build status on Travis CI