Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2542e9

Browse files
committed
Remove the sunaudio module.
1 parent 5ffd9e9 commit c2542e9

4 files changed

Lines changed: 2 additions & 55 deletions

File tree

Doc/library/undoc.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,3 @@ documented beyond this mention. There's little need to document these.
2626
:mod:`posixpath`
2727
--- Implementation of :mod:`os.path` on POSIX.
2828

29-
30-
Multimedia
31-
==========
32-
33-
:mod:`sunaudio`
34-
--- Interpret Sun audio headers (may become obsolete or a tool/demo).

Lib/sunaudio.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

Lib/test/test_sundry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def test_at_least_import_untested_modules(self):
6464
import sched
6565
import sndhdr
6666
import sunau
67-
import sunaudio
6867
import symbol
6968
import tabnanny
7069
import timeit

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Core and Builtins
3434
Library
3535
-------
3636

37+
- Removed the sunaudio module. Use sunau instead.
38+
3739
- Removed "ast" function aliases from the parser module.
3840

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

0 commit comments

Comments
 (0)