[Python-checkins] r53227 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Wed Jan 3 22:09:30 CET 2007


Author: brett.cannon
Date: Wed Jan  3 22:09:29 2007
New Revision: 53227

Modified:
   peps/trunk/pep-3108.txt
Log:
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.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Wed Jan  3 22:09:29 2007
@@ -408,6 +408,7 @@
 Current Name  Replacement Name
 ============  ===============================
 bdb           _bdb
+cl            _cl
 markupbase    _markupbase
 opcode        _opcode
 dummythread   _mockthread (assuming the
@@ -557,9 +558,6 @@
 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).


More information about the Python-checkins mailing list