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 progval
Recipients progval
Date 2011-02-05.16:59:44
SpamBayes Score 2.6971582e-08
Marked as misclassified No
Message-id <1296925186.84.0.368027745204.issue11130@psf.upfronthosting.co.za>
In-reply-to
Content
The problem happens on Python 2.7 too.

Additionaly, here is the traceback, if I don't edit the library:
Exception happened during processing of request from ('127.0.0.1', 50378)
Traceback (most recent call last):
  File "/usr/lib/python2.7/SocketServer.py", line 284, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 310, in process_request
    self.finish_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.7/SocketServer.py", line 408, in __init__
    self.server_bind()
  File "/usr/lib/python2.7/SocketServer.py", line 419, in server_bind
    self.socket.bind(self.server_address)
  File "/usr/lib/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
TypeError: getsockaddrarg: AF_INET address must be tuple, not _socketobject
History
Date User Action Args
2011-02-05 16:59:46progvalsetrecipients: + progval
2011-02-05 16:59:46progvalsetmessageid: <1296925186.84.0.368027745204.issue11130@psf.upfronthosting.co.za>
2011-02-05 16:59:44progvallinkissue11130 messages
2011-02-05 16:59:44progvalcreate