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