Note that compiler package has been removed.

This commit is contained in:
Brett Cannon 2007-05-14 21:12:58 +00:00
parent 3ba574e1cd
commit 2c5f40ace7
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ for what the module is meant for.
+ 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]_.