mirror of
https://github.com/python/cpython.git
synced 2026-05-22 20:32:36 -04:00
ba60319a78
The test no longer produces output with \r\n in it.
12 lines
361 B
Plaintext
12 lines
361 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
|
|
reply: 'HTTP/1.1 200 OK\r\n'
|
|
header: Set-Cookie: Customer="WILE_E_COYOTE"; Version="1"; Path="/acme"
|
|
header: Set-Cookie: Part_Number="Rocket_Launcher_0001"; Version="1"; Path="/acme"
|
|
|