mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix links to old SF bugs (#95648)
This commit is contained in:
parent
5b6acbaa20
commit
ab8a5beb5f
16 changed files with 23 additions and 23 deletions
|
@ -1556,11 +1556,11 @@ class HandlerTests(unittest.TestCase):
|
|||
|
||||
def test_basic_and_digest_auth_handlers(self):
|
||||
# HTTPDigestAuthHandler raised an exception if it couldn't handle a 40*
|
||||
# response (http://python.org/sf/1479302), where it should instead
|
||||
# response (https://bugs.python.org/issue1479302), where it should instead
|
||||
# return None to allow another handler (especially
|
||||
# HTTPBasicAuthHandler) to handle the response.
|
||||
|
||||
# Also (http://python.org/sf/14797027, RFC 2617 section 1.2), we must
|
||||
# Also (https://bugs.python.org/issue14797027, RFC 2617 section 1.2), we must
|
||||
# try digest first (since it's the strongest auth scheme), so we record
|
||||
# order of calls here to check digest comes first:
|
||||
class RecordingOpenerDirector(OpenerDirector):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue