changeset 723 | 1c69e8924c9c |
parent 717 | 43efa35c5eed |
child 1051 | 5b75af0ca224 |
--- a/tests/get-with-headers.py Tue Apr 13 10:13:06 2010 +0200 +++ b/tests/get-with-headers.py Tue Apr 13 10:28:48 2010 +0200 @@ -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: