]> granicus.if.org Git - python/commitdiff
Add an entry about audiodev being slated for removal in 3.0.
authorBrett Cannon <bcannon@gmail.com>
Tue, 6 May 2008 23:41:32 +0000 (23:41 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 6 May 2008 23:41:32 +0000 (23:41 +0000)
Misc/NEWS

index 09bf95d3ba9cac2a2f10124744c74fc083ce68aa..a151785ba868f337361e96c4b6ab081a970187db 100644 (file)
--- 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.