PEP 511: reorganize

This commit is contained in:
Victor Stinner 2016-01-15 23:19:59 +01:00
parent 78f8a7d3a9
commit 796880beeb
1 changed files with 6 additions and 6 deletions

View File

@ -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