From: Ian Lance Taylor Date: Thu, 2 Jun 2016 19:33:34 +0000 (-0700) Subject: doc/go1.7.html: net/mail.ParseAddress is stricter X-Git-Tag: go1.7beta2~63 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7825ca6a63502e3b8decb0b569513dd6b5954aa7;p=gostls13.git doc/go1.7.html: net/mail.ParseAddress is stricter Fixes #15940. Change-Id: Ie6da6fef235c6a251caa96d45f606c05d118a0ac Reviewed-on: https://go-review.googlesource.com/23710 Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot Reviewed-by: Travis Beatty Reviewed-by: Andrew Gerrand --- diff --git a/doc/go1.7.html b/doc/go1.7.html index ae724e8a63..2a3c3c95d2 100644 --- a/doc/go1.7.html +++ b/doc/go1.7.html @@ -975,6 +975,15 @@ the address encoder, namely String method, continues to escape all UTF-8 text following RFC 5322.

+ +

+The ParseAddress +function and +the AddressParser.Parse +method are stricter. +They used to ignore any characters following an e-mail address, but +will now return an error for anything other than whitespace. +

net/url