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:
Brett Cannon 2007-01-03 21:09:29 +00:00
parent e9dbe43f85
commit 33093343b6
1 changed files with 1 additions and 3 deletions

View File

@ -408,6 +408,7 @@ should be renamed to reflect this fact.
Current Name Replacement Name
============ ===============================
bdb _bdb
cl _cl
markupbase _markupbase
opcode _opcode
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
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
Raw (8|16|32)-bit wide audio files (as generated by the al and
sunaudiodev modules).