[Python-checkins] peps: Minor tweaks to PEP 512

brett.cannon python-checkins at python.org
Thu Jan 21 20:00:01 EST 2016


https://hg.python.org/peps/rev/8d38e6300700
changeset:   6205:8d38e6300700
user:        Brett Cannon <brett at python.org>
date:        Thu Jan 21 16:59:57 2016 -0800
summary:
  Minor tweaks to PEP 512

files:
  pep-0512.txt |  9 +++++----
  1 files changed, 5 insertions(+), 4 deletions(-)


diff --git a/pep-0512.txt b/pep-0512.txt
--- a/pep-0512.txt
+++ b/pep-0512.txt
@@ -3,10 +3,11 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Brett Cannon <brett at python.org>
+Discussions-To: core-workflow at python.org
 Status: Active
 Type: Process
 Content-Type: text/x-rst
-Created:
+Created: 17-Jan-2015
 Post-History: 17-Jan-2015, 19-Jan-2015
 
 Abstract
@@ -110,9 +111,9 @@
 
 1. devinabox [#devinabox-repo]_
 2. benchmarks [#benchmarks-repo]_
-4. peps [#peps-repo]_
-5. devguide [#devguide-repo]_
-6. cpython [#cpython-repo]_
+3. peps [#peps-repo]_
+4. devguide [#devguide-repo]_
+5. cpython [#cpython-repo]_
 
 The devinabox and benchmarks repositories are code-only.
 The peps and devguide repositories involve the generation of webpages.

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


More information about the Python-checkins mailing list