The compiler package has been handled in 2.6.
This commit is contained in:
parent
9a375c69b5
commit
c689a1f831
|
@ -541,7 +541,7 @@ for what the module is meant for.
|
||||||
+ subprocess module replaces it [#pep-0324]_.
|
+ subprocess module replaces it [#pep-0324]_.
|
||||||
+ Remove getstatus(), move rest to subprocess.
|
+ 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
|
+ Having to maintain both the built-in compiler and the stdlib
|
||||||
package is redundant [#ast-removal]_.
|
package is redundant [#ast-removal]_.
|
||||||
|
|
Loading…
Reference in New Issue