[issue38686] WWW-Authenticate qop="auth,auth-int" rejected by urllib

2019-11-04 Thread PypeBros
Change by PypeBros : -- keywords: +patch pull_requests: +16558 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17045 ___ Python tracker <https://bugs.python.org/issu

[issue38686] WWW-Authenticate qop="auth,auth-int" rejected by urllib

2019-11-04 Thread PypeBros
New submission from PypeBros : in urllib/request.py, when trying to use HTTP Digest Authentication with a server that replies with `WWW-Authenticate: Digest` where `qop="auth,auth-int"` rather than mere `qop="auth"` the connection fails to establish with a &qu