author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
Thu, 05 Nov 2009 15:19:54 +0100 | |
branch | stable |
changeset 717 | 43efa35c5eed |
parent 716 | 409e8ba90661 |
child 718 | 88d7be7899ac |
--- a/tests/get-with-headers.py Tue Apr 13 10:13:41 2010 +0200 +++ 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: