From 761be7f57907f136b763d2dfb0a03e9e7d72f1a9 Mon Sep 17 00:00:00 2001 From: Ngalim Siregar Date: Tue, 16 Jul 2019 21:44:13 +0700 Subject: [PATCH 1/3] bpo-37256: Wording in Request class docs --- Doc/library/urllib.request.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 3b750896669149..448bc67854704a 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -227,7 +227,7 @@ The following classes are provided: is not None, ``Content-Type: application/x-www-form-urlencoded`` will be added as a default. - The final two arguments are only of interest for correct handling + The next two arguments are only of interest for correct handling of third-party HTTP cookies: *origin_req_host* should be the request-host of the origin From 243d4a9a8dc99c8bc692fd955f60b3b693a23d3a Mon Sep 17 00:00:00 2001 From: "blurb-it[bot]" <43283697+blurb-it[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2019 14:48:13 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=93=9C=F0=9F=A4=96=20Added=20by=20blu?= =?UTF-8?q?rb=5Fit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../next/Documentation/2019-07-16-14-48-12.bpo-37256.qJTrBb.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 Misc/NEWS.d/next/Documentation/2019-07-16-14-48-12.bpo-37256.qJTrBb.rst diff --git a/Misc/NEWS.d/next/Documentation/2019-07-16-14-48-12.bpo-37256.qJTrBb.rst b/Misc/NEWS.d/next/Documentation/2019-07-16-14-48-12.bpo-37256.qJTrBb.rst new file mode 100644 index 00000000000000..f715c2b25cd8e9 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2019-07-16-14-48-12.bpo-37256.qJTrBb.rst @@ -0,0 +1 @@ +change wording in Request class \ No newline at end of file From fb494d447cdb1d2c67ecbc95702100393bcdb0cf Mon Sep 17 00:00:00 2001 From: Ngalim Siregar Date: Wed, 17 Jul 2019 13:09:04 +0700 Subject: [PATCH 3/3] Update Misc/NEWS.d/next/Documentation/2019-07-16-14-48-12.bpo-37256.qJTrBb.rst Co-Authored-By: Kyle Stanley --- .../next/Documentation/2019-07-16-14-48-12.bpo-37256.qJTrBb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/next/Documentation/2019-07-16-14-48-12.bpo-37256.qJTrBb.rst b/Misc/NEWS.d/next/Documentation/2019-07-16-14-48-12.bpo-37256.qJTrBb.rst index f715c2b25cd8e9..480d7c87ebc4c2 100644 --- a/Misc/NEWS.d/next/Documentation/2019-07-16-14-48-12.bpo-37256.qJTrBb.rst +++ b/Misc/NEWS.d/next/Documentation/2019-07-16-14-48-12.bpo-37256.qJTrBb.rst @@ -1 +1 @@ -change wording in Request class \ No newline at end of file +Fix wording of arguments for :class:`Request` in :mod:`urllib.request`