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 ncoghlan
Recipients Dima.Tisnek, Dolf.Andringa, exarkun, giampaolo.rodola, grooverdan, janssen, jcea, markk, mnot, ncoghlan, pdp, pitrou, sag47, scott.tsai
Date 2014-03-20.03:16:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1395285389.73.0.712257394939.issue5639@psf.upfronthosting.co.za>
In-reply-to
Content
I'd be happy to add a disclaimer to the Python 2.7 docs directing users to use the requests module instead (https://pypi.python.org/pypi/requests).

People *really* *really* *really* should be using requests on the client side when doing HTTP/HTTPS in Python 2.x - the standard library support is now too old to have kept up with the evolution of web security and standard.
History
Date User Action Args
2014-03-20 03:16:29ncoghlansetrecipients: + ncoghlan, jcea, exarkun, janssen, pitrou, mnot, giampaolo.rodola, scott.tsai, pdp, grooverdan, Dolf.Andringa, Dima.Tisnek, markk, sag47
2014-03-20 03:16:29ncoghlansetmessageid: <1395285389.73.0.712257394939.issue5639@psf.upfronthosting.co.za>
2014-03-20 03:16:29ncoghlanlinkissue5639 messages
2014-03-20 03:16:29ncoghlancreate