mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
replace threw with raised (#16714)
This commit is contained in:
commit
1f415cf2c2
3 changed files with 3 additions and 3 deletions
|
|
@ -1288,7 +1288,7 @@ class HandlerTests(unittest.TestCase):
|
|||
)
|
||||
|
||||
def test_basic_and_digest_auth_handlers(self):
|
||||
# HTTPDigestAuthHandler threw an exception if it couldn't handle a 40*
|
||||
# HTTPDigestAuthHandler raised an exception if it couldn't handle a 40*
|
||||
# response (http://python.org/sf/1479302), where it should instead
|
||||
# return None to allow another handler (especially
|
||||
# HTTPBasicAuthHandler) to handle the response.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue