[Python-checkins] python/nondist/peps pep-0333.txt, NONE, 1.1 pep-0000.txt, 1.284, 1.285

goodger at users.sourceforge.net goodger at users.sourceforge.net
Fri Aug 27 19:30:14 CEST 2004


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22736

Modified Files:
	pep-0000.txt 
Added Files:
	pep-0333.txt 
Log Message:
added PEP 333, "Python Web Server Gateway Interface v1.0", by Phillip J. Eby

--- NEW FILE: pep-0333.txt ---
PEP: 333
Title: Python Web Server Gateway Interface v1.0
Version: $Revision: 1.1 $
Last-Modified: $Date: 2004/08/27 17:30:09 $
Author: Phillip J. Eby <pje at telecommunity.com>
Discussions-To: Python Web-SIG <web-sig at python.org>
Status: Draft
Type: Informational
Content-Type: text/x-rst
Created: 07-Dec-2003
Post-History: 07-Dec-2003, 08-Aug-2004, 20-Aug-2004


Abstract
========

This document specifies a proposed standard interface between web
servers and Python web applications or frameworks, to promote web
application portability across a variety of web servers.
[...980 lines suppressed...]
   (http://cgi-spec.golux.com/draft-coar-cgi-v11-03.txt)

.. [3] Hypertext Transfer Protocol -- HTTP/1.1, section 3.6.1
   (http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6.1)


Copyright
=========

This document has been placed in the public domain.



..
   Local Variables:
   mode: indented-text
   indent-tabs-mode: nil
   sentence-end-double-space: t
   fill-column: 70
   End:

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.284
retrieving revision 1.285
diff -u -d -r1.284 -r1.285
--- pep-0000.txt	27 Aug 2004 13:44:37 -0000	1.284
+++ pep-0000.txt	27 Aug 2004 17:30:09 -0000	1.285
@@ -58,6 +58,7 @@
  I   291  Backward Compatibility for Standard Library  Norwitz
  I   306  How to Change Python's Grammar               Hudson
  I   320  Python 2.4 Release Schedule                  Warsaw
+ I   333  Python Web Server Gateway Interface v1.0     Eby
  I  3000  Python 3.0 Plans                             Kuchling, Cannon
 
  Accepted PEPs (accepted; may not be implemented yet)
@@ -360,6 +361,7 @@
  S   330  Python Bytecode Verification                 Pelletier
  S   331  Locale-Independent Float/String conversions  Reis
  S   332  Byte vectors and String/Unicode Unification  Montanaro
+ I   333  Python Web Server Gateway Interface v1.0     Eby
  SR  666  Reject Foolish Indentation                   Creighton
  S   754  IEEE 754 Floating Point Special Values       Warnes
  I  3000  Python 3.0 Plans                             Kuchling, Cannon
@@ -398,6 +400,7 @@
     Dörwald, Walter
     Drake, Fred              fdrake at acm.org
     Dubois, Paul F.          paul at pfdubois.com
+    Eby, Phillip J.          pje at telecommunity.com
     Epler, Jeff              jepler at unpythonic.net
     Eppstein, David          eppstein at ics.uci.edu
     Evans, Clark C.          cce at clarkevans.com



More information about the Python-checkins mailing list