Deprecate the dl module for removal in 3.0.
diff --git a/Doc/library/dl.rst b/Doc/library/dl.rst
index de641e3..5578120 100644
--- a/Doc/library/dl.rst
+++ b/Doc/library/dl.rst
@@ -5,6 +5,11 @@
 .. module:: dl
    :platform: Unix
    :synopsis: Call C functions in shared objects.
+   :deprecated:
+   
+.. deprecated:: 2.6
+    The dl module has been removed in Python 3.0.
+   
 .. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
 
 The :mod:`dl` module defines an interface to the :cfunc:`dlopen` function, which