From: Stefan Baebler Date: Fri, 6 Mar 2020 08:21:26 +0000 (+0000) Subject: doc/go1.14: document that unparsable URL in net/url.Error is now quoted X-Git-Tag: go1.15beta1~929 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2b0f481278cc093e9f61945592257e6d651a169c;p=gostls13.git doc/go1.14: document that unparsable URL in net/url.Error is now quoted Fixes #37614 Updates #36878 Updates #29384 Updates #37630 Change-Id: I63dad8b554353197ae0f29fa2a84f17bffa58557 GitHub-Last-Rev: 5297df32200ea5b52b2e7b52c8ee022d37e44111 GitHub-Pull-Request: golang/go#37661 Reviewed-on: https://go-review.googlesource.com/c/go/+/222037 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.14.html b/doc/go1.14.html index 6e7c5dc9b6..eb35fa8cae 100644 --- a/doc/go1.14.html +++ b/doc/go1.14.html @@ -759,6 +759,19 @@ Do not send CLs removing the interior tags from such phrases. +
net/url
+
+

+ When parsing of a URL fails + (for example by Parse + or ParseRequestURI), + the resulting Error message + will now quote the unparsable URL. + This provides clearer structure and consistency with other parsing errors. +

+
+
+
os/signal