Fix a formatting problem, and add today's posting date.
This commit is contained in:
parent
d324b2fcff
commit
36087815b0
|
@ -8,7 +8,7 @@ Status: Draft
|
|||
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 @@ In the event that the ``email.Message`` format is *not* chosen,
|
|||
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()
|
||||
|
|
Loading…
Reference in New Issue