[issue5639] Support TLS SNI extension in ssl module

2011-08-11 Thread Dolf Andringa
Dolf Andringa added the comment: I see the patch has been applied python3 in r85793, but is there any chance there will also be patches for python 2.6 or 2.7? And if so, what release of python (any version) might this patch be included in? -- nosy: +Dolf.Andringa versions: +Python

[issue5639] Support TLS SNI extension in ssl module

2011-08-12 Thread Dolf Andringa
Dolf Andringa added the comment: And python3? Any idea which version the patch will be included there? This might be a good reason to finally take action on migrating my code from python 2.7 to python 3. On 11 August 2011 18:49, Antoine Pitrou wrote: > > Antoine Pitrou added the c