]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add NEWS entries for 3.6.3 final cherrypicks.
authorNed Deily <nad@python.org>
Tue, 3 Oct 2017 05:07:42 +0000 (01:07 -0400)
committerNed Deily <nad@python.org>
Tue, 3 Oct 2017 05:07:42 +0000 (01:07 -0400)
Misc/NEWS.d/next/Build/2017-10-03-00-58-07.bpo-9.1OL-ls.rst [new file with mode: 0644]
Misc/NEWS.d/next/Build/2017-10-03-01-01-52.bpo-31423.uKvPYA.rst [new file with mode: 0644]
Misc/NEWS.d/next/Build/2017-10-03-01-06-24.bpo-31662.8l2jEz.rst [new file with mode: 0644]
Misc/NEWS.d/next/Library/2017-10-03-01-05-11.bpo-31641.vlQEq5.rst [new file with mode: 0644]

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 (file)
index 0000000..6de903d
--- /dev/null
@@ -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 (file)
index 0000000..bc91a9b
--- /dev/null
@@ -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 (file)
index 0000000..3b873ed
--- /dev/null
@@ -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 (file)
index 0000000..5d6bcbd
--- /dev/null
@@ -0,0 +1,2 @@
+Re-allow arbitrary iterables in `concurrent.futures.as_completed()`. Fixes
+regression in 3.6.2rc1.