[Python-checkins] r85030 - in peps/trunk: pep-0333.txt pep-3333.txt

phillip.eby python-checkins at python.org
Mon Sep 27 16:43:09 CEST 2010


Author: phillip.eby
Date: Mon Sep 27 16:43:09 2010
New Revision: 85030

Log:
Fix PEP headers and markup problems


Modified:
   peps/trunk/pep-0333.txt
   peps/trunk/pep-3333.txt

Modified: peps/trunk/pep-0333.txt
==============================================================================
--- peps/trunk/pep-0333.txt	(original)
+++ peps/trunk/pep-0333.txt	Mon Sep 27 16:43:09 2010
@@ -5,11 +5,11 @@
 Author: Phillip J. Eby <pje at telecommunity.com>
 Discussions-To: Python Web-SIG <web-sig at python.org>
 Status: Final
-Replaced-By: 3333
 Type: Informational
 Content-Type: text/x-rst
 Created: 07-Dec-2003
 Post-History: 07-Dec-2003, 08-Aug-2004, 20-Aug-2004, 27-Aug-2004
+Replaced-By: 3333
 
 
 Preface

Modified: peps/trunk/pep-3333.txt
==============================================================================
--- peps/trunk/pep-3333.txt	(original)
+++ peps/trunk/pep-3333.txt	Mon Sep 27 16:43:09 2010
@@ -6,14 +6,14 @@
 Discussions-To: Python Web-SIG <web-sig at python.org>
 Status: Draft
 Type: Informational
-Replaces: 333
 Content-Type: text/x-rst
 Created: 26-Sep-2010
 Post-History: 26-Sep-2010
+Replaces: 333
 
 
-Preface for Readers of PEP 333
-==============================
+Preface for Readers of PEP \333
+===============================
 
 This is an updated version of PEP 333, modified slightly to improve
 usability under Python 3, and to incorporate several long-standing
@@ -22,16 +22,14 @@
 While for procedural reasons [6]_, this must be a distinct PEP, no
 changes were made that invalidate previously-compliant servers or
 applications under Python 2.x.  If your 2.x application or server
-is compliant to PEP 333, it is also compliant with PEP 3333.
+is compliant to PEP \333, it is also compliant with this PEP.
 
 Under Python 3, however, your app or server must also follow the
 rules outlined in the sections below titled, `A Note On String
 Types`_, and `Unicode Issues`_.
 
-For detailed, line-by-line diffs between this document and PEP 333,
-you may view its `SVN revision history`_, from revision 85014 forward.
-
-.. _SVN revision history: http://svn.python.org/view/peps/trunk/pep-3333.txt?view=log
+For detailed, line-by-line diffs between this document and PEP \333,
+you may view its SVN revision history [7]_, from revision 85014 forward.
 
 
 Abstract
@@ -1727,9 +1725,12 @@
 .. [5] mod_ssl Reference, "Environment Variables"
    (http://www.modssl.org/docs/2.8/ssl_reference.html#ToC25)
 
-.. [6] Procedural issues regarding modifications to PEP 333
+.. [6] Procedural issues regarding modifications to PEP \333
    (http://mail.python.org/pipermail/python-dev/2010-September/104114.html)
 
+.. [7] SVN revision history for PEP \3333
+   (http://svn.python.org/view/peps/trunk/pep-3333.txt?view=log)
+
 Copyright
 =========
 


More information about the Python-checkins mailing list