[New-bugs-announce] [issue40321] urllib.request does not support HTTP response status code 308

Jochem Schulenklopper report at bugs.python.org
Sat Apr 18 13:47:38 EDT 2020


New submission from Jochem Schulenklopper <j.schulenklopper at gmail.com>:

urllib.request does not yet support HTTP response status code 308, as defined in IETF RFC 7538, https://tools.ietf.org/html/rfc7538.

308 (permanent redirect) is the 307-variant (temporary redirect) of 301 (moved permanently).

----------
components: Library (Lib)
messages: 366729
nosy: Jochem Schulenklopper
priority: normal
severity: normal
status: open
title: urllib.request does not support HTTP response status code 308
type: behavior
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40321>
_______________________________________


More information about the New-bugs-announce mailing list