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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27a4498fcafad471d158f094d5be914e8884a7d2;p=thirdparty%2FPython%2Fcpython.git Use correct header line --- diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 21d3a523beb1..317f82434661 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.