From 33bd6fdf3fed0e515dbc39b3518c732250d901d9 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 3 Oct 2017 01:36:12 -0400 Subject: [PATCH] Update NEWS blurbs for 3.6.3 final --- Misc/NEWS.d/3.6.3.rst | 27 +++++++++++++++++++ .../2017-10-03-01-01-52.bpo-31423.uKvPYA.rst | 1 - .../2017-10-03-01-06-24.bpo-31662.8l2jEz.rst | 2 -- .../2017-10-03-01-05-11.bpo-31641.vlQEq5.rst | 2 -- 4 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 Misc/NEWS.d/3.6.3.rst delete mode 100644 Misc/NEWS.d/next/Build/2017-10-03-01-01-52.bpo-31423.uKvPYA.rst delete mode 100644 Misc/NEWS.d/next/Build/2017-10-03-01-06-24.bpo-31662.8l2jEz.rst delete mode 100644 Misc/NEWS.d/next/Library/2017-10-03-01-05-11.bpo-31641.vlQEq5.rst diff --git a/Misc/NEWS.d/3.6.3.rst b/Misc/NEWS.d/3.6.3.rst new file mode 100644 index 0000000000..4d591d77ff --- /dev/null +++ b/Misc/NEWS.d/3.6.3.rst @@ -0,0 +1,27 @@ +.. bpo: 31641 +.. date: 2017-10-03-01-05-11 +.. nonce: vlQEq5 +.. release date: 2017-10-03 +.. section: Library + +Re-allow arbitrary iterables in `concurrent.futures.as_completed()`. Fixes +regression in 3.6.3rc1. + +.. + +.. bpo: 31662 +.. date: 2017-10-03-01-06-24 +.. nonce: 8l2jEz +.. section: Build + +Fix typos in Windows ``uploadrelease.bat`` script. Fix Windows Doc build +issues in ``Doc/make.bat``. + +.. + +.. bpo: 31423 +.. date: 2017-10-03-01-01-52 +.. nonce: uKvPYA +.. section: Build + +Fix building the PDF documentation with newer versions of Sphinx. 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 deleted file mode 100644 index bc91a9bc1f..0000000000 --- a/Misc/NEWS.d/next/Build/2017-10-03-01-01-52.bpo-31423.uKvPYA.rst +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 273f81568a..0000000000 --- a/Misc/NEWS.d/next/Build/2017-10-03-01-06-24.bpo-31662.8l2jEz.rst +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 4b67f0288e..0000000000 --- a/Misc/NEWS.d/next/Library/2017-10-03-01-05-11.bpo-31641.vlQEq5.rst +++ /dev/null @@ -1,2 +0,0 @@ -Re-allow arbitrary iterables in `concurrent.futures.as_completed()`. Fixes -regression in 3.6.3rc1. -- 2.50.1