[Python-checkins] peps: reserve PEP number 511 for the API of AST transformers

victor.stinner python-checkins at python.org
Tue Jan 12 08:57:45 EST 2016


https://hg.python.org/peps/rev/3525ca62966d
changeset:   6170:3525ca62966d
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Jan 12 14:57:02 2016 +0100
summary:
  reserve PEP number 511 for the API of AST transformers

files:
  pep-0511.txt |  28 ++++++++++++++++++++++++++++
  1 files changed, 28 insertions(+), 0 deletions(-)


diff --git a/pep-0511.txt b/pep-0511.txt
new file mode 100644
--- /dev/null
+++ b/pep-0511.txt
@@ -0,0 +1,28 @@
+PEP: 511
+Title: API for AST transformers
+Version: $Revision$
+Last-Modified: $Date$
+Author: Victor Stinner <victor.stinner at 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.

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list