From: Ned Deily Date: Tue, 3 Oct 2017 05:07:42 +0000 (-0400) Subject: Add NEWS entries for 3.6.3 final cherrypicks. X-Git-Tag: v3.6.3~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22b131305ae1055ba71024d689cc867f1bb226f6;p=thirdparty%2FPython%2Fcpython.git Add NEWS entries for 3.6.3 final cherrypicks. --- 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 000000000000..6de903d62031 --- /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 000000000000..bc91a9bc1f7c --- /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 000000000000..3b873ed85faa --- /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 000000000000..5d6bcbdedb5a --- /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.