Add dircache and linecache to the lineup at the chopping block.

This commit is contained in:
Brett Cannon 2008-03-24 01:39:08 +00:00
parent 936e0f67eb
commit c25bd03722
1 changed files with 10 additions and 0 deletions

View File

@ -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]