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 martin.panter
Recipients Yuri.Bochkarev, agriffis, alanjds, amak, cananian, demian.brecht, icordasc, jcea, jhylton, martin.panter, mhammond, orsenthil, r.david.murray, rbcollins
Date 2015-01-25.00:52:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422147121.19.0.114723701503.issue3566@psf.upfronthosting.co.za>
In-reply-to
Content
Updated v2 patch. This version avoids intruding into the HTTPConnection.connect() implementation, so that users, tests, etc may still set the undocumented “sock” attribute without calling the base connect() method. Also code style changes based on feedback to another of my patches.
History
Date User Action Args
2015-01-25 00:52:03martin.pantersetrecipients: + martin.panter, jhylton, mhammond, jcea, orsenthil, amak, rbcollins, cananian, r.david.murray, alanjds, agriffis, icordasc, demian.brecht, Yuri.Bochkarev
2015-01-25 00:52:01martin.pantersetmessageid: <1422147121.19.0.114723701503.issue3566@psf.upfronthosting.co.za>
2015-01-25 00:52:01martin.panterlinkissue3566 messages
2015-01-25 00:52:01martin.pantercreate