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 deleted file mode 100644 index 6de903d6203..00000000000 --- a/Misc/NEWS.d/next/Build/2017-10-03-00-58-07.bpo-9.1OL-ls.rst +++ /dev/null @@ -1 +0,0 @@ -Fix Windows doc build issues in Doc/make.bat 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 index 3b873ed85fa..273f81568ab 100644 --- 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 @@ -1 +1,2 @@ -Fix typos in Windows uploadrelease.bat script. +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 index 5d6bcbdedb5..4b67f0288e5 100644 --- 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 @@ -1,2 +1,2 @@ Re-allow arbitrary iterables in `concurrent.futures.as_completed()`. Fixes -regression in 3.6.2rc1. +regression in 3.6.3rc1.