summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/3.6.3.rst27
-rw-r--r--Misc/NEWS.d/next/Build/2017-10-03-01-01-52.bpo-31423.uKvPYA.rst1
-rw-r--r--Misc/NEWS.d/next/Build/2017-10-03-01-06-24.bpo-31662.8l2jEz.rst2
-rw-r--r--Misc/NEWS.d/next/Library/2017-10-03-01-05-11.bpo-31641.vlQEq5.rst2
4 files changed, 27 insertions, 5 deletions
diff --git a/Misc/NEWS.d/3.6.3.rst b/Misc/NEWS.d/3.6.3.rst
new file mode 100644
index 0000000..4d591d7
--- /dev/null
+++ b/Misc/NEWS.d/3.6.3.rst
@@ -0,0 +1,27 @@
+.. bpo: 31641
+.. date: 2017-10-03-01-05-11
+.. nonce: vlQEq5
+.. release date: 2017-10-03
+.. section: Library
+
+Re-allow arbitrary iterables in `concurrent.futures.as_completed()`. Fixes
+regression in 3.6.3rc1.
+
+..
+
+.. bpo: 31662
+.. date: 2017-10-03-01-06-24
+.. nonce: 8l2jEz
+.. section: Build
+
+Fix typos in Windows ``uploadrelease.bat`` script. Fix Windows Doc build
+issues in ``Doc/make.bat``.
+
+..
+
+.. bpo: 31423
+.. date: 2017-10-03-01-01-52
+.. nonce: uKvPYA
+.. section: Build
+
+Fix building the PDF documentation with newer versions of Sphinx.
diff --git a/Misc/NEWS.d/next/Build/2017-10-03-01-01-52.bpo-31423.uKvPYA.rst b/Misc/NEWS.d/next/Build/2017-10-03-01-01-52.bpo-31423.uKvPYA.rst
deleted file mode 100644
index bc91a9b..0000000
--- a/Misc/NEWS.d/next/Build/2017-10-03-01-01-52.bpo-31423.uKvPYA.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix building the PDF documentation with newer versions of Sphinx.
diff --git a/Misc/NEWS.d/next/Build/2017-10-03-01-06-24.bpo-31662.8l2jEz.rst b/Misc/NEWS.d/next/Build/2017-10-03-01-06-24.bpo-31662.8l2jEz.rst
deleted file mode 100644
index 273f815..0000000
--- a/Misc/NEWS.d/next/Build/2017-10-03-01-06-24.bpo-31662.8l2jEz.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix typos in Windows ``uploadrelease.bat`` script.
-Fix Windows Doc build issues in ``Doc/make.bat``.
diff --git a/Misc/NEWS.d/next/Library/2017-10-03-01-05-11.bpo-31641.vlQEq5.rst b/Misc/NEWS.d/next/Library/2017-10-03-01-05-11.bpo-31641.vlQEq5.rst
deleted file mode 100644
index 4b67f02..0000000
--- a/Misc/NEWS.d/next/Library/2017-10-03-01-05-11.bpo-31641.vlQEq5.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Re-allow arbitrary iterables in `concurrent.futures.as_completed()`. Fixes
-regression in 3.6.3rc1.