This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pje
Recipients mgiuca, pitrou, pje
Date 2008-07-22.17:24:07
SpamBayes Score 0.2299911
Marked as misclassified No
Message-id <20080722172405.2DF123A40B2@sparrow.telecommunity.com>
In-reply-to <1216743140.73.0.476717155968.issue3348@psf.upfronthosting. co.za>
Content
HTTP is defined as a stream of bytes; the fact that you can specify 
encodings for headers and content is a different level of the 
spec.  WSGI wants to basically be as transparent a mapping as 
possible between HTTP and Python data structures, without imposing 
any *new* higher-level structures or conventions.
History
Date User Action Args
2008-07-22 17:24:09pjesetspambayes_score: 0.229991 -> 0.2299911
recipients: + pje, pitrou, mgiuca
2008-07-22 17:24:08pjelinkissue3348 messages
2008-07-22 17:24:07pjecreate