]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Give proper credit for issue #24915
authorBrett Cannon <brett@python.org>
Fri, 18 Sep 2015 22:11:26 +0000 (15:11 -0700)
committerBrett Cannon <brett@python.org>
Fri, 18 Sep 2015 22:11:26 +0000 (15:11 -0700)
Misc/ACKS
Misc/NEWS

index b13fe457b6d842d40f5eeb9602cc0e063dfd3147..bdbb802e37c9f908ec5ef28c34a795013f70bf00 100644 (file)
--- 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
index bc1532f9b56683612756356d05bf06e909a75ea4..d9935225c5d8c9f182aa2e67863a98e3040bbd37 100644 (file)
--- 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.