We don't put stubs of PEPs into the repository, especially when they have not been vetted on python-ideas or some other public mailing list that is appropriate for the subject.<div><br></div><div>You also mis-capitalized PyPy in this commit.<br>

<br><div class="gmail_quote">On Thu, Sep 20, 2012 at 6:44 PM, daniel.holth <span dir="ltr"><<a href="mailto:python-checkins@python.org" target="_blank">python-checkins@python.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<a href="http://hg.python.org/peps/rev/4ac055623f2a" target="_blank">http://hg.python.org/peps/rev/4ac055623f2a</a><br>
changeset:   4514:4ac055623f2a<br>
user:        Daniel Holth <<a href="mailto:dholth@fastmail.fm">dholth@fastmail.fm</a>><br>
date:        Thu Sep 20 18:43:53 2012 -0400<br>
summary:<br>
  add stub for wheel spec<br>
<br>
files:<br>
  pep-0425.txt |   7 +++----<br>
  pep-0427.txt |  30 ++++++++++++++++++++++++++++++<br>
  2 files changed, 33 insertions(+), 4 deletions(-)<br>
<br>
<br>
diff --git a/pep-0425.txt b/pep-0425.txt<br>
--- a/pep-0425.txt<br>
+++ b/pep-0425.txt<br>
@@ -81,10 +81,9 @@<br>
<br>
 Other Python implementations should use `<a href="http://sys.implementation.name" target="_blank">sys.implementation.name</a>`.<br>
<br>
-The version is `py_version_nodot`.  CPython gets away with no dot, but<br>
-if one is needed the underscore `_` is used instead.  Pypy uses versions that<br>
-do not track the Python language version and should probably use its own<br>
-versions here `pp18`, `pp19`.<br>
+The version is `py_version_nodot`.  CPython gets away with no dot,<br>
+but if one is needed the underscore `_` is used instead.  Pypy should<br>
+probably use its own versions here `pp18`, `pp19`.<br>
<br>
 The version can be just the major version `2` or `3` `py2`, `py3` for<br>
 many pure-Python distributions.<br>
diff --git a/pep-0427.txt b/pep-0427.txt<br>
new file mode 100644<br>
--- /dev/null<br>
+++ b/pep-0427.txt<br>
@@ -0,0 +1,30 @@<br>
+PEP: 426<br>
+Title: The Wheel Binary Package Format 1.0<br>
+Version: $Revision$<br>
+Last-Modified: $Date$<br>
+Author: Daniel Holth <<a href="mailto:dholth@fastmail.fm">dholth@fastmail.fm</a>><br>
+Discussions-To: Distutils SIG<br>
+Status: Draft<br>
+Type: Standards Track<br>
+Content-Type: text/x-rst<br>
+Created: 20 Sep 2012<br>
+<br>
+<br>
+Abstract<br>
+========<br>
+<br>
+This PEP describes a binary format for Python called wheel.<br>
+<br>
+Copyright<br>
+=========<br>
+<br>
+This document has been placed in the public domain.<br>
+<br>
+ <br>
+..<br>
+   Local Variables:<br>
+   mode: indented-text<br>
+   indent-tabs-mode: nil<br>
+   sentence-end-double-space: t<br>
+   fill-column: 70<br>
+   End:<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Repository URL: <a href="http://hg.python.org/peps" target="_blank">http://hg.python.org/peps</a><br>
</font></span><br>_______________________________________________<br>
Python-checkins mailing list<br>
<a href="mailto:Python-checkins@python.org">Python-checkins@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-checkins" target="_blank">http://mail.python.org/mailman/listinfo/python-checkins</a><br>
<br></blockquote></div><br></div>