diff options
author | Jochem Schulenklopper <j.schulenklopper@gmail.com> | 2021-10-06 04:02:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-05 19:02:58 -0700 |
commit | c379bc5ec9012cf66424ef3d80612cf13ec51006 (patch) | |
tree | ad2aac1c9b349e089e3d49a191a4a57b05dec2c0 /Python/ceval.c | |
parent | 241bda785a092a272d7e0f6a4e20bd250c389cfe (diff) | |
download | cpython-git-c379bc5ec9012cf66424ef3d80612cf13ec51006.tar.gz |
bpo-40321: Support HTTP response status code 308 in urllib.request (#19588)
* Support HTTP response status code 308 in urllib.
HTTP response status code 308 is defined in https://tools.ietf.org/html/rfc7538 to be the permanent redirect variant of 307 (temporary redirect).
* Update documentation to include http_error_308()
* Add blurb for bpo-40321 fix
Co-authored-by: Roland Crosby <roland@rolandcrosby.com>
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions