]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
3.7.1final v3.7.1
authorNed Deily <nad@python.org>
Sat, 20 Oct 2018 06:04:19 +0000 (02:04 -0400)
committerNed Deily <nad@python.org>
Sat, 20 Oct 2018 06:04:19 +0000 (02:04 -0400)
Include/patchlevel.h
Lib/pydoc_data/topics.py
Misc/NEWS.d/3.7.1.rst [new file with mode: 0644]
Misc/NEWS.d/3.7.1rc2.rst
Misc/NEWS.d/next/Library/2018-10-13-11-14-13.bpo-34970.SrJTY7.rst [deleted file]
Misc/NEWS.d/next/Library/2018-10-13-19-15-23.bpo-34521.YPaiTK.rst [deleted file]
Misc/NEWS.d/next/Library/2018-10-20-00-35-19.bpo-34909.Ew_8DC.rst [deleted file]
README.rst

index 38823102a4895ea779b2d1b98eb3ea005176a7cb..667facb9c60102e9d762631fe7fca6e2b0959504 100644 (file)
 #define PY_MAJOR_VERSION        3
 #define PY_MINOR_VERSION        7
 #define PY_MICRO_VERSION        1
-#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.1rc2"
+#define PY_VERSION              "3.7.1"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index f3ef36b24592b325873e2bfcd99e7511622578cf..f5b9aa137b236adb4271f4e2c4e853a2cf8414f7 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Autogenerated by Sphinx on Sat Oct 13 02:40:00 2018
+# Autogenerated by Sphinx on Sat Oct 20 01:59:27 2018
 topics = {'assert': 'The "assert" statement\n'
            '**********************\n'
            '\n'
@@ -5526,8 +5526,7 @@ topics = {'assert': 'The "assert" statement\n'
                   '   3232235521\n'
                   '   >>>\n'
                   '   >>> width = 5\n'
-                  '   >>> for num in range(5,12): #doctest: '
-                  '+NORMALIZE_WHITESPACE\n'
+                  '   >>> for num in range(5,12): \n'
                   "   ...     for base in 'dXob':\n"
                   "   ...         print('{0:{width}{base}}'.format(num, "
                   "base=base, width=width), end=' ')\n"
diff --git a/Misc/NEWS.d/3.7.1.rst b/Misc/NEWS.d/3.7.1.rst
new file mode 100644 (file)
index 0000000..67eeb85
--- /dev/null
@@ -0,0 +1,7 @@
+.. bpo: 34970
+.. date: 2018-10-13-11-14-13
+.. nonce: SrJTY7
+.. release date: 2018-10-20
+.. section: Library
+
+Protect tasks weak set manipulation in ``asyncio.all_tasks()``
index 89c5aebc93a722cdf8fab3df54e8b1c20d1b8596..3f7e70a1d8faa22266dd99f4b818b4df99735364 100644 (file)
@@ -49,6 +49,15 @@ Fixed integer overflow in the :meth:`~hashlib.shake.digest()` and
 
 ..
 
+.. bpo: 34909
+.. date: 2018-10-20-00-35-19
+.. nonce: Ew_8DC
+.. section: Library
+
+Enum: fix grandchildren subclassing when parent mixed with concrete data
+types.
+
+..
 .. bpo: 34900
 .. date: 2018-10-05-05-55-53
 .. nonce: 8RNiFu
@@ -89,6 +98,17 @@ system clock is adjusted.
 
 ..
 
+.. bpo: 34521
+.. date: 2018-10-13-19-15-23
+.. nonce: YPaiTK
+.. section: Library
+
+Use :func:`socket.CMSG_SPACE` to calculate ancillary data size instead of
+:func:`socket.CMSG_LEN` in :func:`multiprocessing.reduction.recvfds` as
+:rfc:`3542` requires the use of the former for portable applications.
+
+..
+
 .. bpo: 34334
 .. date: 2018-09-25-08-42-34
 .. nonce: rSPBW9
diff --git a/Misc/NEWS.d/next/Library/2018-10-13-11-14-13.bpo-34970.SrJTY7.rst b/Misc/NEWS.d/next/Library/2018-10-13-11-14-13.bpo-34970.SrJTY7.rst
deleted file mode 100644 (file)
index a58b3dd..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Protect tasks weak set manipulation in ``asyncio.all_tasks()``
diff --git a/Misc/NEWS.d/next/Library/2018-10-13-19-15-23.bpo-34521.YPaiTK.rst b/Misc/NEWS.d/next/Library/2018-10-13-19-15-23.bpo-34521.YPaiTK.rst
deleted file mode 100644 (file)
index 4f4a7f7..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Use :func:`socket.CMSG_SPACE` to calculate ancillary data size instead of
-:func:`socket.CMSG_LEN` in :func:`multiprocessing.reduction.recvfds` as
-:rfc:`3542` requires the use of the former for portable applications.
diff --git a/Misc/NEWS.d/next/Library/2018-10-20-00-35-19.bpo-34909.Ew_8DC.rst b/Misc/NEWS.d/next/Library/2018-10-20-00-35-19.bpo-34909.Ew_8DC.rst
deleted file mode 100644 (file)
index b71b69a..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Enum: fix grandchildren subclassing when parent mixed with concrete data
-types.
index 82f101c1fa094a9f068fe4b2c2c34f9fac41a62b..9b08049ef024012c130e07222b4b44450cdaf501 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.7.1 candidate 2
-========================================
+This is Python version 3.7.1
+============================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=master
    :alt: CPython build status on Travis CI