From c2ed1b0a5a4f6586674b2419b051cdaff41986d7 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 1 May 2018 22:41:43 -0400 Subject: [PATCH] bpo-33281: NEWS and ACK (GH-6681) (cherry picked from commit 69a013ec189f93a0dea97cfdbb3adc348648a666) Co-authored-by: Ned Deily --- Misc/ACKS | 1 + .../NEWS.d/next/Library/2018-05-01-22-35-50.bpo-33281.d4jOt4.rst | 1 + 2 files changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/Library/2018-05-01-22-35-50.bpo-33281.d4jOt4.rst diff --git a/Misc/ACKS b/Misc/ACKS index 64262c490c66ba5..0bb3f35d4915159 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -392,6 +392,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 000000000000000..ad08caa70b637be --- /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.