File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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).
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ Core and Builtins
3434Library
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
You can’t perform that action at this time.
0 commit comments