bpo-33281: NEWS and ACK (GH-6681) (GH-6682)

(cherry picked from commit 69a013ec189f93a0dea97cfdbb3adc348648a666)

Co-authored-by: Ned Deily <nad@python.org>
diff --git a/Misc/ACKS b/Misc/ACKS
index 64262c4..0bb3f35 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -392,6 +392,7 @@
 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 0000000..ad08caa
--- /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.