From: Serhiy Storchaka Date: Mon, 2 Dec 2013 18:31:00 +0000 (+0200) Subject: Fixed formatting (was parsed as description list). X-Git-Tag: v3.4.0b2~387^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6de88b3107108d1d6cb8a1939caaad1d9b354db4;p=thirdparty%2FPython%2Fcpython.git Fixed formatting (was parsed as description list). --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 301ab8f1653b..5d360c4d5159 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -742,7 +742,7 @@ TLSv1.1 and TLSv1.2 support. cert store. (Contributed by Christian Heimes in :issue:`18143`, :issue:`18147` and - :issue:`17134`.) +:issue:`17134`.) Support for server-side SNI using the new :meth:`ssl.SSLContext.set_servername_callback` method.