[issue19909] Best practice docs for new SSL features

2015-03-10 Thread Christian Heimes
Christian Heimes added the comment: I'm closing the reminder ticket. Thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue19909] Best practice docs for new SSL features

2015-03-09 Thread Antoine Pitrou
Antoine Pitrou added the comment: I think so as well, but I'll let Christian decide. -- nosy: +pitrou ___ Python tracker ___ ___ Pytho

[issue19909] Best practice docs for new SSL features

2015-03-09 Thread Mark Lawrence
Mark Lawrence added the comment: check_hostname and create_default_context have been documented and there are a number of references to both of them so I'm assuming that this can be closed. -- nosy: +BreamoreBoy ___ Python tracker

[issue19909] Best practice docs for new SSL features

2013-12-06 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue19909] Best practice docs for new SSL features

2013-12-06 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue19909] Best practice docs for new SSL features

2013-12-06 Thread Christian Heimes
New submission from Christian Heimes: The new ssl-module features #19509 (check_hostname) and #19689 (create_default_context) need more documentation, a whatsnew entry and a best-practice paragraph in the ssl documentation. -- assignee: christian.heimes components: Documentation messa