From: Brett Cannon Date: Sat, 10 May 2008 21:22:43 +0000 (+0000) Subject: Add an entry for the deprecation of the dl module. X-Git-Tag: v2.6b1~523 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e35a3a1d6b5c8a48f98bd8be529a0a24e1cb151f;p=python Add an entry for the deprecation of the dl module. --- diff --git a/Misc/NEWS b/Misc/NEWS index 365485584d..c783d273ba 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.