tests/get-with-headers.py
branchstable
changeset 717 43efa35c5eed
parent 567 fd52c78e1aa7
child 1051 5b75af0ca224
--- 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: