diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-04-13 14:57:44 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-04-13 14:57:44 (GMT) |
commit | 79fa2b6073b67ae0351cad5b792f2be815e60c68 (patch) | |
tree | 87d3b3da294fd95ef26bf3eeb52e022f6e4239f1 /Lib/test/output | |
parent | 23d40477909054d8c0e7459601093ba750b4ea8b (diff) | |
download | cpython-79fa2b6073b67ae0351cad5b792f2be815e60c68.zip cpython-79fa2b6073b67ae0351cad5b792f2be815e60c68.tar.gz cpython-79fa2b6073b67ae0351cad5b792f2be815e60c68.tar.bz2 |
Add test for SF bug #405427
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_httplib | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/test/output/test_httplib b/Lib/test/output/test_httplib new file mode 100644 index 0000000..ed235c2 --- /dev/null +++ b/Lib/test/output/test_httplib @@ -0,0 +1,5 @@ +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 |