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

brett.cannon python-checkins at python.org
Mon May 14 23:13:03 CEST 2007


Author: brett.cannon
Date: Mon May 14 23:12:58 2007
New Revision: 55323

Modified:
   peps/trunk/pep-3108.txt
Log:
Note that compiler package has been removed.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Mon May 14 23:12:58 2007
@@ -290,7 +290,7 @@
 
   + subprocess module replaces them [#pep-0324]_.
 
-* compiler
+* compiler (need to add AST -> bytecode mechanism) [done - removal]
 
   + Having to maintain both the built-in compiler and the stdlib
     package is redundant [#ast-removal]_.


More information about the Python-checkins mailing list