Remove aifc as a possible module to remove. This leads to the suggestion of
renaming cl to _cl since aifc is the only user of this undocumented module.
This commit is contained in:
parent
e9dbe43f85
commit
33093343b6
|
@ -408,6 +408,7 @@ should be renamed to reflect this fact.
|
||||||
Current Name Replacement Name
|
Current Name Replacement Name
|
||||||
============ ===============================
|
============ ===============================
|
||||||
bdb _bdb
|
bdb _bdb
|
||||||
|
cl _cl
|
||||||
markupbase _markupbase
|
markupbase _markupbase
|
||||||
opcode _opcode
|
opcode _opcode
|
||||||
dummythread _mockthread (assuming the
|
dummythread _mockthread (assuming the
|
||||||
|
@ -557,9 +558,6 @@ possible some of these formats are no longer used and thus the stdlib
|
||||||
modules for them can go. Below is a list of some modules which rely
|
modules for them can go. Below is a list of some modules which rely
|
||||||
on a file format that may be obsolete.
|
on a file format that may be obsolete.
|
||||||
|
|
||||||
aifc
|
|
||||||
AIFF and AIFF-C audio files. Appears to be only user of the cl
|
|
||||||
module (which is undocumented).
|
|
||||||
audioop
|
audioop
|
||||||
Raw (8|16|32)-bit wide audio files (as generated by the al and
|
Raw (8|16|32)-bit wide audio files (as generated by the al and
|
||||||
sunaudiodev modules).
|
sunaudiodev modules).
|
||||||
|
|
Loading…
Reference in New Issue