bpo-31109: Convert zipimport to use Argument Clinic (GH-2990)
diff --git a/Misc/ACKS b/Misc/ACKS
index 6fc41b3..21fc6bb 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -889,6 +889,7 @@
John J. Lee
Thomas Lee
Cooper Ry Lees
+Yaron de Leeuw
Tennessee Leeuwenburg
Luc Lefebvre
Pierre Paul Lefebvre
diff --git a/Misc/NEWS.d/next/Library/2017-08-17-20-29-45.bpo-31109.7qtC64.rst b/Misc/NEWS.d/next/Library/2017-08-17-20-29-45.bpo-31109.7qtC64.rst
new file mode 100644
index 0000000..f023cbc
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2017-08-17-20-29-45.bpo-31109.7qtC64.rst
@@ -0,0 +1 @@
+Convert zipimport to use Argument Clinic.