Deprecate the sunaudio module for removal in Python 3.0. The sunau module can provide similar functionality.
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst
index a1b4b25..09c61d2 100644
--- a/Doc/library/undoc.rst
+++ b/Doc/library/undoc.rst
@@ -60,6 +60,8 @@
:mod:`sunaudio`
--- Interpret Sun audio headers (may become obsolete or a tool/demo).
+ .. warning:: The :mod:`sunaudio` module has been removed in Python 3.0.
+
:mod:`toaiff`
--- Convert "arbitrary" sound files to AIFF files; should probably become a tool
or demo. Requires the external program :program:`sox`.