[Python-checkins] peps: PEP 394: Fix date.

berker.peksag python-checkins at python.org
Wed Oct 1 04:19:46 CEST 2014


https://hg.python.org/peps/rev/fdd951a12cae
changeset:   5569:fdd951a12cae
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Wed Oct 01 05:20:13 2014 +0300
summary:
  PEP 394: Fix date.

files:
  pep-0394.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0394.txt b/pep-0394.txt
--- a/pep-0394.txt
+++ b/pep-0394.txt
@@ -8,7 +8,7 @@
 Type: Informational
 Content-Type: text/x-rst
 Created: 02-Mar-2011
-Post-History: 04-Mar-2011, 20-Jul-2011, 16-Feb-2012, 30-Sep-2012
+Post-History: 04-Mar-2011, 20-Jul-2011, 16-Feb-2012, 30-Sep-2014
 Resolution: http://mail.python.org/pipermail/python-dev/2012-February/116594.html
 
 
@@ -96,7 +96,7 @@
 refer to ``python3`` rather than ``python2``.
 
 This recommendation will be periodically reviewed over the next few years,
-and updated when the core development team judges it appropriate. As a 
+and updated when the core development team judges it appropriate. As a
 point of reference, regular maintenance releases for the Python 2.7 series
 will continue until at least 2020.
 

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


More information about the Python-checkins mailing list