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

brett.cannon python-checkins at python.org
Fri Jan 5 20:54:06 CET 2007


Author: brett.cannon
Date: Fri Jan  5 20:54:06 2007
New Revision: 53272

Modified:
   peps/trunk/pep-3108.txt
Log:
The various file format modules that were an Open Issue for removal have been
found to still be useful, so the whole question has been removed.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Fri Jan  5 20:54:06 2007
@@ -606,23 +606,6 @@
   + wsgiref
 
 
-Modules reliant on obsolete/rarely used file formats?
------------------------------------------------------
-
-Several modules in the stdlib work on a specific file format.  It is
-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.
-
-audioop
-    Raw (8|16|32)-bit wide audio files (as generated by the al and
-    sunaudiodev modules).
-chunk
-    AIFF, AIFF-C, and RMFF audio files.
-sunau
-    Sun AU audio files [#sun-au]_.
-
-
 Renaming of modules maintained outside of the stdlib
 ----------------------------------------------------
 


More information about the Python-checkins mailing list