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 alex, barry, bkabrda, christian.heimes, doko, dstufft, janssen, lemburg, ncoghlan, pitrou, r.david.murray, rkuska, vstinner
Date 2016-03-10.11:03:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457607820.8.0.578940620401.issue23857@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch adds documentation (to the ssl module docs, the environment variable descriptions and the 2.7 What's New) and also fixes the PYTHONHTTPSVERIFY tests to use a subprocess so they can still run under -E.

Assuming the docs pass muster, then the only bit missing should be the NEWS entry.
History
Date User Action Args
2016-03-10 11:03:41ncoghlansetrecipients: + ncoghlan, lemburg, barry, doko, janssen, pitrou, vstinner, christian.heimes, alex, r.david.murray, bkabrda, dstufft, rkuska
2016-03-10 11:03:40ncoghlansetmessageid: <1457607820.8.0.578940620401.issue23857@psf.upfronthosting.co.za>
2016-03-10 11:03:40ncoghlanlinkissue23857 messages
2016-03-10 11:03:38ncoghlancreate