From: Brett Cannon Date: Tue, 6 May 2008 23:41:32 +0000 (+0000) Subject: Add an entry about audiodev being slated for removal in 3.0. X-Git-Tag: v2.6a3~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f843682fa695dfed6af96fa99c295bb8ce9bcd60;p=python Add an entry about audiodev being slated for removal in 3.0. --- diff --git a/Misc/NEWS b/Misc/NEWS index 09bf95d3ba..a151785ba8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -51,6 +51,8 @@ Extension Modules Library ------- +- The audiodev module has been deprecated for removal in Python 3.0. + - Issue #2750: Add the 'json' package. Based on simplejson 1.9 and contributed by Bob Ippolito.