summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-10-03 05:07:42 (GMT)
committerNed Deily <nad@python.org>2017-10-03 05:07:42 (GMT)
commit22b131305ae1055ba71024d689cc867f1bb226f6 (patch)
tree2989946209d526e8efa577e99e70380e9dec0d83 /Misc
parenta51c760ddd7ad2513202e419cde90670283a6bc9 (diff)
downloadcpython-22b131305ae1055ba71024d689cc867f1bb226f6.zip
cpython-22b131305ae1055ba71024d689cc867f1bb226f6.tar.gz
cpython-22b131305ae1055ba71024d689cc867f1bb226f6.tar.bz2
Add NEWS entries for 3.6.3 final cherrypicks.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2017-10-03-00-58-07.bpo-9.1OL-ls.rst1
-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.rst1
-rw-r--r--Misc/NEWS.d/next/Library/2017-10-03-01-05-11.bpo-31641.vlQEq5.rst2
4 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2017-10-03-00-58-07.bpo-9.1OL-ls.rst b/Misc/NEWS.d/next/Build/2017-10-03-00-58-07.bpo-9.1OL-ls.rst
new file mode 100644
index 0000000..6de903d
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2017-10-03-00-58-07.bpo-9.1OL-ls.rst
@@ -0,0 +1 @@
+Fix Windows doc build issues in Doc/make.bat
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
new file mode 100644
index 0000000..bc91a9b
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2017-10-03-01-01-52.bpo-31423.uKvPYA.rst
@@ -0,0 +1 @@
+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
new file mode 100644
index 0000000..3b873ed
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2017-10-03-01-06-24.bpo-31662.8l2jEz.rst
@@ -0,0 +1 @@
+Fix typos in Windows uploadrelease.bat script.
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
new file mode 100644
index 0000000..5d6bcbd
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-10-03-01-05-11.bpo-31641.vlQEq5.rst
@@ -0,0 +1,2 @@
+Re-allow arbitrary iterables in `concurrent.futures.as_completed()`. Fixes
+regression in 3.6.2rc1.