summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-06 23:41:32 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-06 23:41:32 (GMT)
commitf843682fa695dfed6af96fa99c295bb8ce9bcd60 (patch)
tree7c70e1858423fbb5a2bf29a16f81ba19598d7a20
parente5d2cbaeaf58c643674a2869294d90314132273c (diff)
downloadcpython-f843682fa695dfed6af96fa99c295bb8ce9bcd60.zip
cpython-f843682fa695dfed6af96fa99c295bb8ce9bcd60.tar.gz
cpython-f843682fa695dfed6af96fa99c295bb8ce9bcd60.tar.bz2
Add an entry about audiodev being slated for removal in 3.0.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 09bf95d..a151785 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.