commit | 7f874fce630605027adc4f44e89e84569353216a | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat May 10 21:20:19 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat May 10 21:20:19 2008 +0000 |
tree | f0e187f629741876f6de134f9918c66460d37a27 | |
parent | 0aa6e1b8fb8c3ae656518a7e319a5f697158e7bf [diff] [blame] |
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