summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-10 21:22:43 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-10 21:22:43 (GMT)
commite35a3a1d6b5c8a48f98bd8be529a0a24e1cb151f (patch)
tree096e89520b878965bd1ed25bc69d2b36c030d59c
parent7f874fce630605027adc4f44e89e84569353216a (diff)
downloadcpython-e35a3a1d6b5c8a48f98bd8be529a0a24e1cb151f.zip
cpython-e35a3a1d6b5c8a48f98bd8be529a0a24e1cb151f.tar.gz
cpython-e35a3a1d6b5c8a48f98bd8be529a0a24e1cb151f.tar.bz2
Add an entry for the deprecation of the dl module.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3654855..c783d27 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,8 @@ Extension Modules
Library
-------
+- The dl module has been deprecated for removal in Python 3.0.
+
- The Canvas module has been deprecated for removal in Python 3.0.
- The compiler package has been deprecated for removal in Python 3.0.