]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Improve/fix some Misc/NEWS entries
authorNed Deily <nad@python.org>
Tue, 3 Oct 2017 05:26:32 +0000 (01:26 -0400)
committerNed Deily <nad@python.org>
Tue, 3 Oct 2017 05:26:32 +0000 (01:26 -0400)
Misc/NEWS.d/next/Build/2017-10-03-00-58-07.bpo-9.1OL-ls.rst [deleted file]
Misc/NEWS.d/next/Build/2017-10-03-01-06-24.bpo-31662.8l2jEz.rst
Misc/NEWS.d/next/Library/2017-10-03-01-05-11.bpo-31641.vlQEq5.rst

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 (file)
index 6de903d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Fix Windows doc build issues in Doc/make.bat
index 3b873ed85faac1ac4ec9352ef8ef99488eb24570..273f81568ab928da91b6a0ef25e98f9f7f32a070 100644 (file)
@@ -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``.
index 5d6bcbdedb5a7b01a8a9bfb3d91bc9f70bd7a7d3..4b67f0288e502675f05d47ac3fea807d3b6a6e8a 100644 (file)
@@ -1,2 +1,2 @@
 Re-allow arbitrary iterables in `concurrent.futures.as_completed()`. Fixes
-regression in 3.6.2rc1.
+regression in 3.6.3rc1.