changeset: 98060:f211c8f554f9 branch: 2.7 user: Brett Cannon date: Fri Sep 18 15:11:26 2015 -0700 files: Misc/ACKS Misc/NEWS description: Give proper credit for issue #24915 diff -r 0f4e6c303531 -r f211c8f554f9 Misc/ACKS --- a/Misc/ACKS Fri Sep 18 15:09:42 2015 -0700 +++ b/Misc/ACKS Fri Sep 18 15:11:26 2015 -0700 @@ -1034,6 +1034,7 @@ Harri Pasanen Gaƫl Pasgrimaud Ashish Nitin Patil +Alecsandru Patrascu Randy Pausch Samuele Pedroni Justin Peel diff -r 0f4e6c303531 -r f211c8f554f9 Misc/NEWS --- a/Misc/NEWS Fri Sep 18 15:09:42 2015 -0700 +++ b/Misc/NEWS Fri Sep 18 15:11:26 2015 -0700 @@ -151,7 +151,8 @@ ----- - 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.