summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-04-29 14:47:39 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-04-29 14:47:39 (GMT)
commite83ce4b90f02690928248451cc1de166a6e052ad (patch)
tree7a823791591e832404d819b063a7fa9e7e44ef60 /Misc
parent32497f89bb6681c5e206c74698cc31c23cfc1b27 (diff)
parenta67b97f438e9c49b8071f3c2b0551dc7a31e0e5c (diff)
downloadcpython-e83ce4b90f02690928248451cc1de166a6e052ad.zip
cpython-e83ce4b90f02690928248451cc1de166a6e052ad.tar.gz
cpython-e83ce4b90f02690928248451cc1de166a6e052ad.tar.bz2
Closes #17386: Merge with 3.4
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d39775d..0e2447a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -340,6 +340,9 @@ C API
Documentation
-------------
+- Issue #17386: Expanded functionality of the ``Doc/make.bat`` script to make
+ it much more comparable to ``Doc/Makefile``.
+
- Issue #21312: Update the thread_foobar.h template file to include newer
threading APIs. Patch by Jack McCracken.