Fix a formatting problem, and add today's posting date.

This commit is contained in:
Phillip J. Eby 2004-08-27 21:14:42 +00:00
parent d324b2fcff
commit 36087815b0
1 changed files with 2 additions and 2 deletions

View File

@ -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()