This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author srid
Recipients kristjan.jonsson, srid
Date 2010-05-15.22:01:20
SpamBayes Score 0.09036953
Marked as misclassified No
Message-id <1273960882.3.0.07398568579.issue8728@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2010-05-15 22:01:22sridsetrecipients: + srid, kristjan.jonsson
2010-05-15 22:01:22sridsetmessageid: <1273960882.3.0.07398568579.issue8728@psf.upfronthosting.co.za>
2010-05-15 22:01:20sridlinkissue8728 messages
2010-05-15 22:01:20sridcreate