summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-10-03 05:36:12 (GMT)
committerNed Deily <nad@python.org>2017-10-03 05:36:12 (GMT)
commit33bd6fdf3fed0e515dbc39b3518c732250d901d9 (patch)
tree73ace19a3cada3403c0cebc1a279df434eeed500
parentfa8421dbb452a2f36e0ec3640e21ea5ce0924b08 (diff)
downloadcpython-33bd6fdf3fed0e515dbc39b3518c732250d901d9.zip
cpython-33bd6fdf3fed0e515dbc39b3518c732250d901d9.tar.gz
cpython-33bd6fdf3fed0e515dbc39b3518c732250d901d9.tar.bz2
Update NEWS blurbs for 3.6.3 final
-rw-r--r--Misc/NEWS.d/3.6.3.rst27
-rw-r--r--Misc/NEWS.d/next/Build/2017-10-03-01-01-52.bpo-31423.uKvPYA.rst1
-rw-r--r--Misc/NEWS.d/next/Build/2017-10-03-01-06-24.bpo-31662.8l2jEz.rst2
-rw-r--r--Misc/NEWS.d/next/Library/2017-10-03-01-05-11.bpo-31641.vlQEq5.rst2
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.