[Python-checkins] r61828 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Mon Mar 24 02:39:08 CET 2008


Author: brett.cannon
Date: Mon Mar 24 02:39:08 2008
New Revision: 61828

Modified:
   peps/trunk/pep-3108.txt
Log:
Add dircache and linecache to the lineup at the chopping block.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Mon Mar 24 02:39:08 2008
@@ -289,6 +289,11 @@
     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 @@
   + 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]
 


More information about the Python-checkins mailing list