changeset 9722 | 4d9dea174b84 |
parent 8447 | d5ebcf8f6855 |
child 10905 | 13a1b2fb7ef2 |
--- a/tests/get-with-headers.py Thu Nov 05 14:44:29 2009 +0100 +++ b/tests/get-with-headers.py Thu Nov 05 15:19:54 2009 +0100 @@ -22,7 +22,6 @@ print "%s: %s" % (h, response.getheader(h)) print data = response.read() -data = re.sub('\d+ years', 'many years', data) sys.stdout.write(data) if 200 <= response.status <= 299: