From d74f35331f176e0679f0614b6cccf0dc0422e31a Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 1 May 2018 19:52:42 -0700 Subject: [PATCH] bpo-33281: NEWS and ACK (GH-6681) (GH-6682) (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 64262c490c..0bb3f35d49 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 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. -- 2.40.0