PEP 511: reorganize
This commit is contained in:
parent
78f8a7d3a9
commit
796880beeb
12
pep-0511.txt
12
pep-0511.txt
|
@ -310,12 +310,12 @@ Changes
|
|||
|
||||
In short, add:
|
||||
|
||||
* ``-o OPTIM_TAG`` command line option
|
||||
* ``ast.Constant``
|
||||
* ``ast.PyCF_TRANSFORMED_AST``
|
||||
* ``sys.get_code_transformers()``
|
||||
* ``sys.implementation.optim_tag``
|
||||
* ``sys.set_code_transformers(transformers)``
|
||||
* -o OPTIM_TAG command line option
|
||||
* sys.implementation.optim_tag
|
||||
* sys.get_code_transformers()
|
||||
* sys.set_code_transformers(transformers)
|
||||
* ast.Constant
|
||||
* ast.PyCF_TRANSFORMED_AST
|
||||
|
||||
|
||||
API to get/set code transformers
|
||||
|
|
Loading…
Reference in New Issue