[Python-checkins] python/nondist/peps pep-0333.txt,1.1,1.2

pje at users.sourceforge.net pje at users.sourceforge.net
Fri Aug 27 23:14:45 CEST 2004


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

Modified Files:
	pep-0333.txt 
Log Message:
Fix a formatting problem, and add today's posting date.

Index: pep-0333.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0333.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pep-0333.txt	27 Aug 2004 17:30:09 -0000	1.1
+++ pep-0333.txt	27 Aug 2004 21:14:42 -0000	1.2
@@ -8,7 +8,7 @@
 Type: Informational
 Content-Type: text/x-rst
 Created: 07-Dec-2003
-Post-History: 07-Dec-2003, 08-Aug-2004, 20-Aug-2004
+Post-History: 07-Dec-2003, 08-Aug-2004, 20-Aug-2004, 27-Aug-2004
 
 
 Abstract
@@ -941,7 +941,7 @@
 however, application developers will still have the option of using it
 as a helper class.  For example, the code below works with the current
 WSGI spec, by passing the message object's ``items()`` (a list of
-tuples) to ``start_response()``:
+tuples) to ``start_response()``::
 
     def application(environ, start_response):
         headers = Message()



More information about the Python-checkins mailing list