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 orsenthil
Recipients BreamoreBoy, Evgen.Koval, asvetlov, nimbustier, orsenthil, thezulk
Date 2013-04-11.18:37:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365705461.64.0.866928077291.issue900112@psf.upfronthosting.co.za>
In-reply-to
Content
Incidentally I was looking at this bug in the morning and it looks like this one is on the edge. Looks like we may not need the functionality as provided by the patch.

The existing headers are set in "FieldStorage" for use within the FieldStorage class. We do not need to get the headers out from environ variable and set in the FieldStorage headers. That is because we can already send the headers if we want as headers and environ are set by the users when Initializing FieldStorage object. 
So, I am really not sure of the utility value of the patch and gravitating towards closing this as Invalid. I am extremely sorry that this bug has been open for such a long time. But it also shows that not many have felt the need for this.
History
Date User Action Args
2013-04-11 18:37:41orsenthilsetrecipients: + orsenthil, nimbustier, asvetlov, BreamoreBoy, thezulk, Evgen.Koval
2013-04-11 18:37:41orsenthilsetmessageid: <1365705461.64.0.866928077291.issue900112@psf.upfronthosting.co.za>
2013-04-11 18:37:41orsenthillinkissue900112 messages
2013-04-11 18:37:41orsenthilcreate