From ab54ca7c4fd8372490e506e76a8b5f2352b41d3e Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 18 Sep 2015 15:11:26 -0700 Subject: Give proper credit for issue #24915 --- Misc/ACKS | 1 + Misc/NEWS | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Misc/ACKS b/Misc/ACKS index b13fe45..bdbb802 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -1034,6 +1034,7 @@ Heikki Partanen Harri Pasanen Gaƫl Pasgrimaud Ashish Nitin Patil +Alecsandru Patrascu Randy Pausch Samuele Pedroni Justin Peel diff --git a/Misc/NEWS b/Misc/NEWS index bc1532f..d993522 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -151,7 +151,8 @@ Build ----- - Issue #24915: When doing a PGO build, the test suite is now used instead of - pybench; Clang support was also added as part off this work. + pybench; Clang support was also added as part off this work. Initial patch by + Alecsandru Patrascu of Intel. - Issue #24986: It is now possible to build Python on Windows without errors when external libraries are not available. -- cgit v0.12