Improve/fix some Misc/NEWS entries

This commit is contained in:
Ned Deily 2017-10-03 01:26:32 -04:00
parent 22b131305a
commit fa8421dbb4
3 changed files with 3 additions and 3 deletions

View file

@ -1 +0,0 @@
Fix Windows doc build issues in Doc/make.bat

View 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``.

View 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.