diff options
author | Ned Deily <nad@python.org> | 2016-11-12 21:39:52 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-11-12 21:39:52 (GMT) |
commit | cf767ab4dac1315da42d283eb9bf8e5de225511d (patch) | |
tree | d9060d3a80cd374c351267a9ddae0d956ef1d26e /Misc/NEWS | |
parent | a8f2f5ab0d40d654946a2988e0c8d390bcf790a5 (diff) | |
parent | 7d895d3c37e2ff5189d2d8b71def4e2fee34f10b (diff) | |
download | cpython-cf767ab4dac1315da42d283eb9bf8e5de225511d.zip cpython-cf767ab4dac1315da42d283eb9bf8e5de225511d.tar.gz cpython-cf767ab4dac1315da42d283eb9bf8e5de225511d.tar.bz2 |
Issue #28676: merge from 3.6
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -437,6 +437,9 @@ Build - 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 ----------- |