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 Rosuav, christian.heimes, demian.brecht, mcepl, ncoghlan, orsenthil, pitrou, r.david.murray, terry.reedy
Date 2014-08-11.23:52:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7et1Sgnov6LSRNLiJCk_R-9SyoBc2m=Ky7b47-y8yWezg@mail.gmail.com>
In-reply-to <1407784563.64.0.90227285989.issue19494@psf.upfronthosting.co.za>
Content
The PEP 466 exception was also driven by the desire to solve some of the
bootstrapping problems otherwise involved in doing "pip install requests"
securely in Python 2.

For other HTTP networking issues that can be addressed by "use requests",
exceptions to the general guidelines to be conservative with changes in
maintenance releases are less likely to be granted.
History
Date User Action Args
2014-08-11 23:52:58ncoghlansetrecipients: + ncoghlan, terry.reedy, orsenthil, pitrou, christian.heimes, mcepl, r.david.murray, Rosuav, demian.brecht
2014-08-11 23:52:58ncoghlanlinkissue19494 messages
2014-08-11 23:52:58ncoghlancreate