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 python-dev
Recipients daniel-black, grooverdan, jcea, piotr.dobrogost, pitrou, python-dev
Date 2013-01-05.20:22:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3YdvS82YJwzQjG@mail.python.org>
In-reply-to
Content
New changeset 927afb7bca2a by Antoine Pitrou in branch 'default':
Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:`SSLContext.set_servername_callback` method.
http://hg.python.org/cpython/rev/927afb7bca2a
History
Date User Action Args
2013-01-05 20:22:49python-devsetrecipients: + python-dev, jcea, pitrou, grooverdan, piotr.dobrogost, daniel-black
2013-01-05 20:22:49python-devlinkissue8109 messages
2013-01-05 20:22:48python-devcreate