diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-10 21:22:43 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-10 21:22:43 (GMT) |
commit | e35a3a1d6b5c8a48f98bd8be529a0a24e1cb151f (patch) | |
tree | 096e89520b878965bd1ed25bc69d2b36c030d59c | |
parent | 7f874fce630605027adc4f44e89e84569353216a (diff) | |
download | cpython-e35a3a1d6b5c8a48f98bd8be529a0a24e1cb151f.zip cpython-e35a3a1d6b5c8a48f98bd8be529a0a24e1cb151f.tar.gz cpython-e35a3a1d6b5c8a48f98bd8be529a0a24e1cb151f.tar.bz2 |
Add an entry for the deprecation of the dl module.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |