From: Ned Deily Date: Wed, 2 May 2018 02:41:43 +0000 (-0400) Subject: bpo-33281: NEWS and ACK (GH-6681) X-Git-Tag: v3.8.0a1~1895 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69a013ec189f93a0dea97cfdbb3adc348648a666;p=thirdparty%2FPython%2Fcpython.git bpo-33281: NEWS and ACK (GH-6681) --- diff --git a/Misc/ACKS b/Misc/ACKS index 3b6774219f6c..587bbecbc36a 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -393,6 +393,7 @@ Jaromir Dolecek Zsolt Dollenstein Brendan Donegan Ismail Donmez +Ray Donnelly Robert Donohue Marcos Donolo Dima Dorfman diff --git a/Misc/NEWS.d/next/Library/2018-05-01-22-35-50.bpo-33281.d4jOt4.rst b/Misc/NEWS.d/next/Library/2018-05-01-22-35-50.bpo-33281.d4jOt4.rst new file mode 100644 index 000000000000..ad08caa70b63 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-05-01-22-35-50.bpo-33281.d4jOt4.rst @@ -0,0 +1 @@ +Fix ctypes.util.find_library regression on macOS.