]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Correct description of HTTP status code 308. (GH-15097)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 3 Aug 2019 18:40:09 +0000 (11:40 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sat, 3 Aug 2019 18:40:09 +0000 (11:40 -0700)
commit0bb8f22abd81751eab1125132cdaa31b2083c735
treeda9e03b022a69ff61c3e6f17fce0a0c7cd7e7d63
parenta49f203e052c6fb1244d4e55c3fccc439dda0e2e
Correct description of HTTP status code 308. (GH-15097)

Permanent redirect was explained as a temporary redirect.
(cherry picked from commit 5c72badd06a962fe0018ceb9916f3ae66314ea8e)

Co-authored-by: Florian Wendelborn <1133858+FlorianWendelborn@users.noreply.github.com>
Lib/http/__init__.py