summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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.