Add dircache and linecache to the lineup at the chopping block.
This commit is contained in:
parent
936e0f67eb
commit
c25bd03722
10
pep-3108.txt
10
pep-3108.txt
|
@ -290,6 +290,11 @@ for what the module is meant for.
|
||||||
+ The AST created by the compiler is available [#ast]_.
|
+ The AST created by the compiler is available [#ast]_.
|
||||||
+ Mechanism to compile from an AST needs to be added.
|
+ Mechanism to compile from an AST needs to be added.
|
||||||
|
|
||||||
|
* dircache
|
||||||
|
|
||||||
|
+ Negligible use.
|
||||||
|
+ Easily replicated.
|
||||||
|
|
||||||
* dl
|
* dl
|
||||||
|
|
||||||
+ ctypes provides better support for same functionality.
|
+ ctypes provides better support for same functionality.
|
||||||
|
@ -315,6 +320,11 @@ for what the module is meant for.
|
||||||
- rgbimg was removed in Python 2.6.
|
- rgbimg was removed in Python 2.6.
|
||||||
- imgfile slated for removal in this PEP. [done]
|
- imgfile slated for removal in this PEP. [done]
|
||||||
|
|
||||||
|
* linecache
|
||||||
|
|
||||||
|
+ Negligible use.
|
||||||
|
+ Easily replicated.
|
||||||
|
|
||||||
* linuxaudiodev [done]
|
* linuxaudiodev [done]
|
||||||
|
|
||||||
+ Replaced by ossaudiodev.
|
+ Replaced by ossaudiodev.
|
||||||
|
|
Loading…
Reference in New Issue