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

brett.cannon python-checkins at python.org
Sat May 10 05:00:06 CEST 2008


Author: brett.cannon
Date: Sat May 10 05:00:05 2008
New Revision: 62980

Log:
The compiler package has been handled in 2.6.


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 05:00:05 2008
@@ -541,7 +541,7 @@
   + subprocess module replaces it [#pep-0324]_.
   + Remove getstatus(), move rest to subprocess.
 
-* compiler (need to add AST -> bytecode mechanism) [done: 3.0]
+* compiler [done: 2.6, 3.0]
 
   + Having to maintain both the built-in compiler and the stdlib
     package is redundant [#ast-removal]_.


More information about the Python-checkins mailing list