asyncore/asynchat will stay.
This commit is contained in:
parent
2f19262c9f
commit
6099923396
10
pep-3108.txt
10
pep-3108.txt
|
@ -233,12 +233,6 @@ for what the module is meant for.
|
||||||
+ If removed (along with binhex), also remove binascii
|
+ If removed (along with binhex), also remove binascii
|
||||||
(C implementation of base64, binhex, and uu modules).
|
(C implementation of base64, binhex, and uu modules).
|
||||||
|
|
||||||
* asynchat/asyncore
|
|
||||||
|
|
||||||
+ Third-party libraries provide better solutions
|
|
||||||
(twisted [#twisted]_).
|
|
||||||
+ Deprecation previously supported [#py-dev-summary-2004-11-01]_
|
|
||||||
|
|
||||||
* Bastion/rexec
|
* Bastion/rexec
|
||||||
|
|
||||||
+ Restricted execution / security.
|
+ Restricted execution / security.
|
||||||
|
@ -583,6 +577,10 @@ Rejected Ideas
|
||||||
Modules that were suggested for removal but were saved
|
Modules that were suggested for removal but were saved
|
||||||
------------------------------------------------------
|
------------------------------------------------------
|
||||||
|
|
||||||
|
* asynchat/asyncore
|
||||||
|
|
||||||
|
+ Josiah Carlson has said he will help to maintain the modules.
|
||||||
|
|
||||||
* fileinput
|
* fileinput
|
||||||
|
|
||||||
+ Useful when having to work with stdin.
|
+ Useful when having to work with stdin.
|
||||||
|
|
Loading…
Reference in New Issue