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
|
@ -289,6 +289,11 @@ for what the module is meant for.
|
|||
package is redundant [#ast-removal]_.
|
||||
+ The AST created by the compiler is available [#ast]_.
|
||||
+ Mechanism to compile from an AST needs to be added.
|
||||
|
||||
* dircache
|
||||
|
||||
+ Negligible use.
|
||||
+ Easily replicated.
|
||||
|
||||
* dl
|
||||
|
||||
|
@ -314,6 +319,11 @@ for what the module is meant for.
|
|||
+ Unit tests relied on rgbimg and imgfile.
|
||||
- rgbimg was removed in Python 2.6.
|
||||
- imgfile slated for removal in this PEP. [done]
|
||||
|
||||
* linecache
|
||||
|
||||
+ Negligible use.
|
||||
+ Easily replicated.
|
||||
|
||||
* linuxaudiodev [done]
|
||||
|
||||
|
|
Loading…
Reference in New Issue