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 jelie
Recipients jelie, pitrou
Date 2010-11-02.22:45:10
SpamBayes Score 0.00025836725
Marked as misclassified No
Message-id <1288737911.86.0.563854897207.issue10281@psf.upfronthosting.co.za>
In-reply-to
Content
The empty string would mean the header exists, and is empty (though not RFC-compliant).
For instance:

"User-Agent: \r\n"

I believe None is better.
History
Date User Action Args
2010-11-02 22:45:11jeliesetrecipients: + jelie, pitrou
2010-11-02 22:45:11jeliesetmessageid: <1288737911.86.0.563854897207.issue10281@psf.upfronthosting.co.za>
2010-11-02 22:45:10jelielinkissue10281 messages
2010-11-02 22:45:10jeliecreate