diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-07-01 09:17:05 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-07-01 09:17:05 (GMT) |
commit | e39682b0768bcf06d3c0d8480dd2f98824afafe6 (patch) | |
tree | 706f55e28c8ee877a4bbaca848a4e651243f5f46 /Misc | |
parent | 660c8fc997f34b7474c23a993105a37b7277554f (diff) | |
download | cpython-e39682b0768bcf06d3c0d8480dd2f98824afafe6.zip cpython-e39682b0768bcf06d3c0d8480dd2f98824afafe6.tar.gz cpython-e39682b0768bcf06d3c0d8480dd2f98824afafe6.tar.bz2 |
Issue #27430: Fix typos, patch by scop.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -240,7 +240,7 @@ Library - Issue #26556: Update expat to 2.1.1, fixes CVE-2015-1283. -- Fix TLS stripping vulnerability in smptlib, CVE-2016-0772. Reported by Team +- Fix TLS stripping vulnerability in smtplib, CVE-2016-0772. Reported by Team Oststrom - Issue #21386: Implement missing IPv4Address.is_global property. It was |