summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorƁukasz Langa <lukasz@langa.pl>2021-10-06 15:28:16 (GMT)
committerGitHub <noreply@github.com>2021-10-06 15:28:16 (GMT)
commitf528045f695f7483d955a1eae4c1df68b1b4cacd (patch)
tree0aa89e755f8672aca1a635762dbaf0fef795a072 /Misc
parent61892c04764e1f3a659bbd09e6373687a27d36e2 (diff)
downloadcpython-f528045f695f7483d955a1eae4c1df68b1b4cacd.zip
cpython-f528045f695f7483d955a1eae4c1df68b1b4cacd.tar.gz
cpython-f528045f695f7483d955a1eae4c1df68b1b4cacd.tar.bz2
bpo-40321: Add missing test, slightly expand documentation (GH-28760)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-07-22-21-25-56.bpo-40321.gBlFmw.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-07-22-21-25-56.bpo-40321.gBlFmw.rst b/Misc/NEWS.d/next/Library/2021-07-22-21-25-56.bpo-40321.gBlFmw.rst
index 1a7dba2..fede2a0 100644
--- a/Misc/NEWS.d/next/Library/2021-07-22-21-25-56.bpo-40321.gBlFmw.rst
+++ b/Misc/NEWS.d/next/Library/2021-07-22-21-25-56.bpo-40321.gBlFmw.rst
@@ -1,2 +1,2 @@
-Adds support for HTTP 308 redirects to :mod:`urllib`. Patch by Jochem
-Schulenklopper.
+Adds support for HTTP 308 redirects to :mod:`urllib`. See :rfc:`7538` for
+details. Patch by Jochem Schulenklopper.