]> granicus.if.org Git - python/commit
** backport r60015 from trunk.
authorGregory P. Smith <greg@mad-scientist.com>
Thu, 17 Jan 2008 07:54:47 +0000 (07:54 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Thu, 17 Jan 2008 07:54:47 +0000 (07:54 +0000)
commit0f99b71bd06d5916e1865c7f11f1d4e3fb266034
tree3dac74f0d65f57942c3c6ed63a4a652ef19f1055
parentf43a86b9d784acac33a87e1e0695f2abf28047a2
** backport r60015 from trunk.
- 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.
Lib/smtplib.py
Misc/NEWS