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 nimbustier
Recipients
Date 2004-02-19.09:09:24
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The cgi.FieldStorage object has a headers property,
defined as:

"headers         : header dictionary-like object; default:
    taken from environ as per CGI spec"

But the CGI Spec gives a list of well-known environment
variables, plus a generic method to read environment
variables (those starting with HTTP_), that are *not*
read and parsred in this dictionary.
http://hoohoo.ncsa.uiuc.edu/cgi/env.html

History
Date User Action Args
2008-01-20 09:56:45adminlinkissue900112 messages
2008-01-20 09:56:45admincreate