Fix PEP headers
This commit is contained in:
parent
7ea6e96cb8
commit
4ffae15866
|
@ -2,7 +2,7 @@ PEP: 425
|
||||||
Title: Compatibility Tags for Built Distributions
|
Title: Compatibility Tags for Built Distributions
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: 07-Aug-2012
|
Last-Modified: 07-Aug-2012
|
||||||
Author: Daniel Holth <dholth@gmail.com
|
Author: Daniel Holth <dholth@gmail.com>
|
||||||
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
|
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
|
||||||
Status: Accepted
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
|
@ -265,7 +265,7 @@ Why is the ABI tag (the second tag) sometimes "none" in the reference implementa
|
||||||
implentation at the time of writing guesses "none". Ideally it
|
implentation at the time of writing guesses "none". Ideally it
|
||||||
would detect "py27(d|m|u)" analagous to newer versions of Python,
|
would detect "py27(d|m|u)" analagous to newer versions of Python,
|
||||||
but in the meantime "none" is a good enough way to say "don't know".
|
but in the meantime "none" is a good enough way to say "don't know".
|
||||||
|
|
||||||
|
|
||||||
References
|
References
|
||||||
==========
|
==========
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 427
|
||||||
Title: The Wheel Binary Package Format 1.0
|
Title: The Wheel Binary Package Format 1.0
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Daniel Holth <dholth@fastmail.fm>
|
Author: Daniel Holth <dholth@gmail.com>
|
||||||
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
|
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
|
||||||
Discussions-To: <distutils-sig@python.org>
|
Discussions-To: <distutils-sig@python.org>
|
||||||
Status: Accepted
|
Status: Accepted
|
||||||
|
|
Loading…
Reference in New Issue