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 BitTorment
Recipients BitTorment, zathras
Date 2008-05-06.11:05:51
SpamBayes Score 0.059161916
Marked as misclassified No
Message-id <1210071957.76.0.70307306161.issue2756@psf.upfronthosting.co.za>
In-reply-to
Content
I decided that the user should have full control over the headers sent.
 Any call to add_header() or add_redirected_header() will now check if a
header with that same name has been set in the Request before (in both
the header and the unredirected header dictionaries), and if so
overwrite it.

The tests run fine with the patch installed, and also included is a
patch for the urllib2 documentation.
History
Date User Action Args
2008-05-06 11:05:58BitTormentsetspambayes_score: 0.0591619 -> 0.059161916
recipients: + BitTorment, zathras
2008-05-06 11:05:57BitTormentsetspambayes_score: 0.0591619 -> 0.0591619
messageid: <1210071957.76.0.70307306161.issue2756@psf.upfronthosting.co.za>
2008-05-06 11:05:56BitTormentlinkissue2756 messages
2008-05-06 11:05:55BitTormentcreate