summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-10-20 05:24:09 (GMT)
committerNed Deily <nad@python.org>2018-10-20 05:24:09 (GMT)
commit6ec5cf24b7f38ea72bb42d5cd60dca0d3ee332f9 (patch)
tree5a6a57f97cfe611bdc437566c34f4e1e10c6b25f /Misc
parent92fe93e48a852d22ba33c0fa12112ae664724202 (diff)
downloadcpython-3.6.7.zip
cpython-3.6.7.tar.gz
cpython-3.6.7.tar.bz2
3.6.7finalv3.6.7
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/3.6.7.rst8
-rw-r--r--Misc/NEWS.d/3.6.7rc2.rst12
-rw-r--r--Misc/NEWS.d/next/Library/2018-10-13-19-15-23.bpo-34521.YPaiTK.rst3
3 files changed, 20 insertions, 3 deletions
diff --git a/Misc/NEWS.d/3.6.7.rst b/Misc/NEWS.d/3.6.7.rst
new file mode 100644
index 0000000..311f00d
--- /dev/null
+++ b/Misc/NEWS.d/3.6.7.rst
@@ -0,0 +1,8 @@
+.. bpo: 0
+.. date: 2018-10-20
+.. no changes: True
+.. nonce: 66tWQH
+.. release date: 2018-10-20
+.. section: Library
+
+There were no new changes in version 3.6.7.
diff --git a/Misc/NEWS.d/3.6.7rc2.rst b/Misc/NEWS.d/3.6.7rc2.rst
index 33822fd..1557adc 100644
--- a/Misc/NEWS.d/3.6.7rc2.rst
+++ b/Misc/NEWS.d/3.6.7rc2.rst
@@ -69,6 +69,18 @@ system clock is adjusted.
..
+.. bpo: 34521
+.. date: 2018-10-13-19-15-23
+.. nonce: YPaiTK
+.. release date: 2018-10-20
+.. 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: 34282
.. date: 2018-09-02-13-33-35
.. nonce: ztyXH8
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
index 4f4a7f7..0000000
--- a/Misc/NEWS.d/next/Library/2018-10-13-19-15-23.bpo-34521.YPaiTK.rst
+++ /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.