diff --git a/Misc/NEWS b/Misc/NEWS index 09bf95d3ba9..a151785ba86 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.