From 22b131305ae1055ba71024d689cc867f1bb226f6 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 3 Oct 2017 01:07:42 -0400 Subject: Add NEWS entries for 3.6.3 final cherrypicks. --- Misc/NEWS.d/next/Build/2017-10-03-00-58-07.bpo-9.1OL-ls.rst | 1 + Misc/NEWS.d/next/Build/2017-10-03-01-01-52.bpo-31423.uKvPYA.rst | 1 + Misc/NEWS.d/next/Build/2017-10-03-01-06-24.bpo-31662.8l2jEz.rst | 1 + Misc/NEWS.d/next/Library/2017-10-03-01-05-11.bpo-31641.vlQEq5.rst | 2 ++ 4 files changed, 5 insertions(+) create mode 100644 Misc/NEWS.d/next/Build/2017-10-03-00-58-07.bpo-9.1OL-ls.rst create mode 100644 Misc/NEWS.d/next/Build/2017-10-03-01-01-52.bpo-31423.uKvPYA.rst create mode 100644 Misc/NEWS.d/next/Build/2017-10-03-01-06-24.bpo-31662.8l2jEz.rst create mode 100644 Misc/NEWS.d/next/Library/2017-10-03-01-05-11.bpo-31641.vlQEq5.rst 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. -- cgit v0.12