]> granicus.if.org Git - python/commitdiff
Update NEWS blurbs for 3.6.3 final
authorNed Deily <nad@python.org>
Tue, 3 Oct 2017 05:36:12 +0000 (01:36 -0400)
committerNed Deily <nad@python.org>
Tue, 3 Oct 2017 05:36:12 +0000 (01:36 -0400)
Misc/NEWS.d/3.6.3.rst [new file with mode: 0644]
Misc/NEWS.d/next/Build/2017-10-03-01-01-52.bpo-31423.uKvPYA.rst [deleted file]
Misc/NEWS.d/next/Build/2017-10-03-01-06-24.bpo-31662.8l2jEz.rst [deleted file]
Misc/NEWS.d/next/Library/2017-10-03-01-05-11.bpo-31641.vlQEq5.rst [deleted file]

diff --git a/Misc/NEWS.d/3.6.3.rst b/Misc/NEWS.d/3.6.3.rst
new file mode 100644 (file)
index 0000000..4d591d7
--- /dev/null
@@ -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 (file)
index bc91a9b..0000000
+++ /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 (file)
index 273f815..0000000
+++ /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 (file)
index 4b67f02..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Re-allow arbitrary iterables in `concurrent.futures.as_completed()`. Fixes
-regression in 3.6.3rc1.