List the compiler package for removal.

This commit is contained in:
Brett Cannon 2007-05-14 20:18:53 +00:00
parent e2300e7d69
commit 3ba574e1cd
1 changed files with 13 additions and 0 deletions

View File

@ -290,6 +290,13 @@ for what the module is meant for.
+ subprocess module replaces them [#pep-0324]_.
* compiler
+ Having to maintain both the built-in compiler and the stdlib
package is redundant [#ast-removal]_.
+ The AST created by the compiler is available [#ast]_.
+ Mechanism to compile from an AST needs to be added.
* dl
+ ctypes provides better support for same functionality.
@ -628,6 +635,12 @@ References
.. [#appscript] appscript
(http://appscript.sourceforge.net/)
.. [#ast] _ast module
(http://docs.python.org/lib/ast.html)
.. [#ast-removal] python-dev email: getting compiler package failures
(http://mail.python.org/pipermail/python-3000/2007-May/007615.html)
Copyright
=========