From 18fda3093221f78edb8d22bf6f35b71e3e9868f8 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Tue, 15 May 2018 18:02:50 -0400 Subject: [PATCH] PEP 539: Fix Python-Version header (GH-651) Follow-up to GH-648 The genpepindex script requires the headers to be in a particular order. In pep-0539.txt the order was different, breaking the build for everyone. --- pep-0539.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0539.txt b/pep-0539.txt index 1730afbf2..c6a10a5f3 100644 --- a/pep-0539.txt +++ b/pep-0539.txt @@ -4,11 +4,11 @@ Version: $Revision$ Last-Modified: $Date$ Author: Erik M. Bray, Masayuki Yamamoto BDFL-Delegate: Nick Coghlan -Python-Version: 3.7 Status: Final Type: Standards Track Content-Type: text/x-rst Created: 20-Dec-2016 +Python-Version: 3.7 Post-History: 16-Dec-2016, 31-Aug-2017, 08-Sep-2017 Resolution: https://mail.python.org/pipermail/python-dev/2017-September/149358.html