Saved base64, quopri, and uu (which also saves binascii).

This commit is contained in:
Brett Cannon 2007-01-03 20:12:09 +00:00
parent 998bd1323e
commit a557daea51
1 changed files with 6 additions and 6 deletions

View File

@ -220,12 +220,6 @@ Becoming obsolete signifies that either another module in the stdlib
or a widely distributed third-party library provides a better solution
for what the module is meant for.
* base64/quopri/uu
+ Support exists in the codecs module.
+ If removed (along with binhex), also remove binascii
(C implementation of base64, binhex, and uu modules).
* Bastion/rexec
+ Restricted execution / security.
@ -588,6 +582,12 @@ Modules that were suggested for removal but were saved
+ Josiah Carlson has said he will help to maintain the modules.
* base64/quopri/uu
+ All still widely used.
+ 'codecs' module does not provide as nice of an API for basic
usage.
* fileinput
+ Useful when having to work with stdin.