diff --git a/pep-3108.txt b/pep-3108.txt index 7ae7c8189..f897870b5 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -606,23 +606,6 @@ for the suggested package (if not already existent) is being proposed. + 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 ----------------------------------------------------