Saved base64, quopri, and uu (which also saves binascii).
This commit is contained in:
parent
998bd1323e
commit
a557daea51
12
pep-3108.txt
12
pep-3108.txt
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue