diff -r 986012d03ed3 -r fd52c78e1aa7 tests/get-with-headers.py --- a/tests/get-with-headers.py Thu Dec 25 17:49:08 2008 +0100 +++ b/tests/get-with-headers.py Sun May 17 01:24:45 2009 +0200 @@ -1,6 +1,6 @@ #!/usr/bin/env python -__doc__ = """This does HTTP get requests given a host:port and path and returns +"""This does HTTP GET requests given a host:port and path and returns a subset of the headers plus the body of the result.""" import httplib, sys, re