From: Ned Deily Date: Sat, 12 Nov 2016 21:39:52 +0000 (-0500) Subject: Issue #28676: merge from 3.6 X-Git-Tag: v3.7.0a1~2001 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf767ab4dac1315da42d283eb9bf8e5de225511d;p=python Issue #28676: merge from 3.6 --- cf767ab4dac1315da42d283eb9bf8e5de225511d diff --cc Misc/NEWS index 161de763e9,59785c3785..352bbf756a --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -437,17 -468,6 +437,20 @@@ Buil - Issue #15819: Remove redundant include search directory option for building outside the source tree. ++- Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. ++ Patch by Gareth Rees. ++ +Tools/Demos +----------- + +- Issue #15369: The pybench and pystone microbenchmark have been removed from + Tools. Please use the new Python benchmark suite + https://github.com/python/performance which is more reliable and includes a + portable version of pybench working on Python 2 and Python 3. + +- Issue #28102: The zipfile module CLI now prints usage to stderr. + Patch by Stephen J. Turnbull. + Tests -----