Remove the dl module per PEP 3108.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4379997..8aa1f30 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,8 @@
 Extension Modules
 -----------------
 
+- The dl module was removed, use the ctypes module instead.
+
 - Use wchar_t functions in _locale module.
 
 Library