brian yardy added the comment:
import http.client
h = http.client.HTTPConnection('http://www.einstantloan.co.uk/')
h.request('GET', '/', headers={'Accept-Encoding': 'gzip'})
r = h.getresponse()
hdrs = r.getheaders()
bod
brian yardy added the comment:
All 4 or 5 times I tried on 3.2, yes.
In Command Prompt, 3.2 gave same error as before, 3.3 a different error.
multi-test.txt has full tracebacks.'http://www.einstantloan.co.uk/'
--
nosy: +brianyardy
___
Pyth
brian yardy added the comment:
Do you mean PEP 8 violations? These aren’t usually enough to cause a
change.'http://www.einstantloan.co.uk/'
--
nosy: +brianyardy
___
Python tracker
<http://bugs.python.o