diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-02 18:31:00 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-02 18:31:00 (GMT) |
commit | 6de88b3107108d1d6cb8a1939caaad1d9b354db4 (patch) | |
tree | 2d4f05d5d2457fe35df621de395114c790705703 /Doc | |
parent | 475546facf0574fa14df3a81ed6755165d8e886e (diff) | |
download | cpython-6de88b3107108d1d6cb8a1939caaad1d9b354db4.zip cpython-6de88b3107108d1d6cb8a1939caaad1d9b354db4.tar.gz cpython-6de88b3107108d1d6cb8a1939caaad1d9b354db4.tar.bz2 |
Fixed formatting (was parsed as description list).
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 301ab8f..5d360c4 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. |