From 2b3ba58bf4f2113aa0a8eca80ef49be3cb3757e9 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Thu, 17 Jan 2008 08:03:17 +0000 Subject: [PATCH] entry for r60015 --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 0085416963b..4a494a8326a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -986,6 +986,10 @@ Library - The implementation of UnicodeError objects has been simplified (start and end attributes are now stored directly as Py_ssize_t members). +- Issue829951: In the smtplib module, SMTP.starttls() now complies with + RFC 3207 and forgets any knowledge obtained from the server not obtained + from the TLS negotiation itself. Patch contributed by Bill Fenner. + Extension Modules -----------------