diff options
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-05-01-22-35-50.bpo-33281.d4jOt4.rst | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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. |