[issue3090] Add support for Python 3.2 in order to support TLS server name indication (SNI)

Martin Burger bugs at mercurial.selenic.com
Tue Nov 8 10:07:29 CST 2011


New submission from Martin Burger <m at rtin-burger.net>:

Mercurial does not support TLS server name indication (SNI), as reported in Issue2811.

However, Python 2.x itself does not support SNI and will never do 
(http://bugs.python.org/issue5639#msg141913). Thus, in order to archive 
support for SNI, Mercurial would have to support Python 3.2, which does 
support SNI (http://bugs.python.org/issue5639#msg141950).

----------
messages: 17976
nosy: mburger
priority: wish
status: unread
title: Add support for Python 3.2 in order to support TLS server name indication (SNI)

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue3090>
____________________________________________________


More information about the Mercurial-devel mailing list