New submission from Sridhar Ratnakumar <sridh...@activestate.com>: On Linux, with Python 2.7 trunk (built on May 13th)
[...] File "/home/apy/as/pypm-trunk/eggs/httplib2-0.6.0-py2.7.egg/httplib2/__init__.py", line 1129, in request (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey) File "/home/apy/as/pypm-trunk/eggs/httplib2-0.6.0-py2.7.egg/httplib2/__init__.py", line 912, in _request (response, content) = self._conn_request(conn, request_uri, method, body, headers, ) File "/home/apy/as/pypm-trunk/eggs/httplib2-0.6.0-py2.7.egg/httplib2/__init__.py", line 871, in _conn_request response = conn.getresponse() File "/opt/ActivePython-2.7/lib/python2.7/httplib.py", line 1022, in getresponse response = self.response_class(*args, **kwds) File "/opt/ActivePython-2.7/lib/python2.7/httplib.py", line 340, in __init__ self.fp = sock.makefile('rb', 0) AttributeError: 'NoneType' object has no attribute 'makefile' ---------- components: Library (Lib) messages: 105831 nosy: krisvale, srid priority: normal severity: normal status: open title: 2.7 regression in httplib.py: AttributeError: 'NoneType' object has no attribute 'makefile' type: crash versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8728> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com