From: Andrew M. Kuchling Date: Sat, 20 Oct 2007 19:39:35 +0000 (+0000) Subject: Use correct header line X-Git-Tag: v2.6a1~1152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27a4498fcafad471d158f094d5be914e8884a7d2;p=python Use correct header line --- diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 21d3a523be..317f824346 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -845,7 +845,7 @@ complete list of changes, or look through the CVS logs for all the details. .. % whole new modules get described in subsections here Improved SSL Support -'''''''''''''''''''''''''''''' +-------------------------------------------------- Bill Janssen made extensive improvements to Python 2.6's support for SSL.