Message 281318 - Python tracker

Message281318

Author steve.dower
Recipients christian.heimes, ned.deily, steve.dower
Date 2016-11-21.02:30:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479695423.04.0.730992337514.issue28747@psf.upfronthosting.co.za>
In-reply-to
Content
Should have assigned this to me, as I expect I'll be the one to apply it.

Christian - I need to look to you for whether I've exposed the right function here and it's not adding security risk (obviously excluding a broken callback implementation). I *think* it's okay, but I trust your greater experience here.

3.6.0b4 is being tagged tomorrow and I think this is worth getting in - hence why I added Ned. There's no added functionality and no impact if the API isn't used. The latest patch removes the '_' prefix but happy to put it back and leave it as undocumented.

If neither of you have any concerns, I'll check it in. As I mentioned, at some point early in Python 3.6's release I should have a library available that lets the OS do certificate validation, but it needs this callback exposed.
History
Date User Action Args
2016-11-21 02:30:23steve.dowersetrecipients: + steve.dower, christian.heimes, ned.deily
2016-11-21 02:30:23steve.dowersetmessageid: <1479695423.04.0.730992337514.issue28747@psf.upfronthosting.co.za>
2016-11-21 02:30:23steve.dowerlinkissue28747 messages
2016-11-21 02:30:21steve.dowercreate