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:
|
In short, add:
|
||||||
|
|
||||||
* ``-o OPTIM_TAG`` command line option
|
* -o OPTIM_TAG command line option
|
||||||
* ``ast.Constant``
|
* sys.implementation.optim_tag
|
||||||
* ``ast.PyCF_TRANSFORMED_AST``
|
* sys.get_code_transformers()
|
||||||
* ``sys.get_code_transformers()``
|
* sys.set_code_transformers(transformers)
|
||||||
* ``sys.implementation.optim_tag``
|
* ast.Constant
|
||||||
* ``sys.set_code_transformers(transformers)``
|
* ast.PyCF_TRANSFORMED_AST
|
||||||
|
|
||||||
|
|
||||||
API to get/set code transformers
|
API to get/set code transformers
|
||||||
|
|
Loading…
Reference in New Issue