diff options
author | Ćukasz Langa <lukasz@langa.pl> | 2021-10-06 15:28:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 15:28:16 (GMT) |
commit | f528045f695f7483d955a1eae4c1df68b1b4cacd (patch) | |
tree | 0aa89e755f8672aca1a635762dbaf0fef795a072 /Misc | |
parent | 61892c04764e1f3a659bbd09e6373687a27d36e2 (diff) | |
download | cpython-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.rst | 4 |
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. |