summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2003-01-23 18:02:20 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2003-01-23 18:02:20 (GMT)
commitba60319a78ed6be5a57d5288e0e131c4bc6c8cf8 (patch)
tree9c62634d049527c3ab75363978b18582fab01d3d /Lib/test/output
parentb1049e8eca13f6e2634a8eba119f7c5ce5a6b1aa (diff)
downloadcpython-ba60319a78ed6be5a57d5288e0e131c4bc6c8cf8.zip
cpython-ba60319a78ed6be5a57d5288e0e131c4bc6c8cf8.tar.gz
cpython-ba60319a78ed6be5a57d5288e0e131c4bc6c8cf8.tar.bz2
Fix for SF bug 661340: test_httplib fails on the mac.
The test no longer produces output with \r\n in it.
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_httplib1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_httplib b/Lib/test/output/test_httplib
index d9b3fa1..811e680 100644
--- a/Lib/test/output/test_httplib
+++ b/Lib/test/output/test_httplib
@@ -8,3 +8,4 @@ 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"
+