diff options
author | Ned Deily <nad@python.org> | 2017-10-03 05:36:12 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-10-03 05:36:12 (GMT) |
commit | 33bd6fdf3fed0e515dbc39b3518c732250d901d9 (patch) | |
tree | 73ace19a3cada3403c0cebc1a279df434eeed500 | |
parent | fa8421dbb452a2f36e0ec3640e21ea5ce0924b08 (diff) | |
download | cpython-33bd6fdf3fed0e515dbc39b3518c732250d901d9.zip cpython-33bd6fdf3fed0e515dbc39b3518c732250d901d9.tar.gz cpython-33bd6fdf3fed0e515dbc39b3518c732250d901d9.tar.bz2 |
Update NEWS blurbs for 3.6.3 final
4 files changed, 27 insertions, 5 deletions
diff --git a/Misc/NEWS.d/3.6.3.rst b/Misc/NEWS.d/3.6.3.rst new file mode 100644 index 0000000..4d591d7 --- /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 bc91a9b..0000000 --- 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 273f815..0000000 --- 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 4b67f02..0000000 --- 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. |