python-peps/pep-0511.txt

29 lines
507 B
Plaintext
Raw Normal View History

PEP: 511
Title: API for AST transformers
Version: $Revision$
Last-Modified: $Date$
Author: Victor Stinner <victor.stinner@gmail.com>
Status: Draft
Type: Standards Track
Content-Type: text/x-rst
Created: 4-January-2016
Python-Version: 3.6
Abstract
========
Propose an API to support AST transformers.
Work In Progress
================
This document is just to reserve a PEP number, the PEP is not ready for a
public review yet.
Copyright
=========
This document has been placed in the public domain.