From: Brett Cannon Date: Fri, 18 Sep 2015 22:11:26 +0000 (-0700) Subject: Give proper credit for issue #24915 X-Git-Tag: v2.7.11rc1~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab54ca7c4fd8372490e506e76a8b5f2352b41d3e;p=thirdparty%2FPython%2Fcpython.git Give proper credit for issue #24915 --- diff --git a/Misc/ACKS b/Misc/ACKS index b13fe457b6d8..bdbb802e37c9 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 bc1532f9b566..d9935225c5d8 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.