New submission from Jochem Schulenklopper <j.schulenklop...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue40321>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to