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

brett.cannon python-checkins at python.org
Sat May 10 23:14:13 CEST 2008


Author: brett.cannon
Date: Sat May 10 23:14:13 2008
New Revision: 63006

Log:
The dircache module has been handled.


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Sat May 10 23:14:13 2008
@@ -548,7 +548,7 @@
   + The AST created by the compiler is available [#ast]_.
   + Mechanism to compile from an AST needs to be added.
 
-* dircache
+* dircache [done: 2.6, 3.0]
 
   + Negligible use.
   + Easily replicated.


More information about the Python-checkins mailing list