mirror of
https://github.com/python/cpython.git
synced 2026-06-01 00:59:47 -04:00
8 lines
177 B
Plaintext
8 lines
177 B
Plaintext
test_httplib
|
|
reply: 'HTTP/1.1 200 Ok\r\n'
|
|
Text
|
|
reply: 'HTTP/1.1 400.100 Not Ok\r\n'
|
|
BadStatusLine raised as expected
|
|
InvalidURL raised as expected
|
|
InvalidURL raised as expected
|