From: Ned Deily <nad@python.org> 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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69a013ec189f93a0dea97cfdbb3adc348648a666;p=python bpo-33281: NEWS and ACK (GH-6681) --- diff --git a/Misc/ACKS b/Misc/ACKS index 3b6774219f..587bbecbc3 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 0000000000..ad08caa70b --- /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.