Skip to content

Commit

Permalink
Remove the sunaudio module.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Jul 25, 2008
1 parent 5ffd9e9 commit c2542e9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 55 deletions.
6 changes: 0 additions & 6 deletions Doc/library/undoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,3 @@ documented beyond this mention. There's little need to document these.
:mod:`posixpath`
--- Implementation of :mod:`os.path` on POSIX.


Multimedia
==========

:mod:`sunaudio`
--- Interpret Sun audio headers (may become obsolete or a tool/demo).
48 changes: 0 additions & 48 deletions Lib/sunaudio.py

This file was deleted.

1 change: 0 additions & 1 deletion Lib/test/test_sundry.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def test_at_least_import_untested_modules(self):
import sched
import sndhdr
import sunau
import sunaudio
import symbol
import tabnanny
import timeit
Expand Down
2 changes: 2 additions & 0 deletions Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Core and Builtins
Library
-------

- Removed the sunaudio module. Use sunau instead.

- Removed "ast" function aliases from the parser module.

- Issue #3313: Fixed a crash when a failed dlopen() call does not set
Expand Down

0 comments on commit c2542e9

Please sign in to comment.