[issue19841] ConfigParser PEP issues

2014-06-27 Thread brian yardy

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.org/issue19841>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17399] test_multiprocessing hang on Windows, non-sockets

2014-06-27 Thread brian yardy

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

___
Python tracker 
<http://bugs.python.org/issue17399>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19996] httplib infinite read on invalid header

2014-06-27 Thread brian yardy

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()
body = r.read()  # Hang here.

curl --compressed http://www.einstantloan.co.uk/

--
nosy: +brianyardy

___
Python tracker 
<http://bugs.python.org/issue19996>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com