https://github.com/python/cpython/commit/dadca480c5b7c5cf425d423316cd695bc5db3023 commit: dadca480c5b7c5cf425d423316cd695bc5db3023 branch: master author: Daniel Himmelstein <daniel.himmelstein at gmail.com> committer: Mariatta <Mariatta at users.noreply.github.com> date: 2017年08月10日T18:45:12-07:00 summary: Fix typo in 3.7 What's New (GH-3069) Remove unneeded word `to`. files: M Doc/whatsnew/3.7.rst diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 21e9c568ae4..a92ad9f1df4 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -247,7 +247,7 @@ Peterson.) urllib.parse ------------ -:func:`urllib.parse.quote` has been updated to from RFC 2396 to RFC 3986, +:func:`urllib.parse.quote` has been updated from RFC 2396 to RFC 3986, adding `~` to the set of characters that is never quoted by default. (Contributed by Christian Theune and Ratnadeep Debnath in :issue:`16285`.)