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 janssen
Recipients janssen
Date 2007-08-28.23:46:31
SpamBayes Score 0.47882292
Marked as misclassified No
Message-id <1188344792.32.0.918453115921.issue1049@psf.upfronthosting.co.za>
In-reply-to
Content
The behavior and return value for calling socket.socket.getsockname() on 
an unconnected unbound socket is unspecified.  On UNIX, it returns an 
address ('0.0.0.0', 0), while on Windows it raises an obscure exception 
"error: (10022, 'Invalid argument')".  This should be regularized; I'd 
suggest returning None if there is no name (address) for the socket.
History
Date User Action Args
2007-08-28 23:46:32janssensetspambayes_score: 0.478823 -> 0.47882292
recipients: + janssen
2007-08-28 23:46:32janssensetspambayes_score: 0.478823 -> 0.478823
messageid: <1188344792.32.0.918453115921.issue1049@psf.upfronthosting.co.za>
2007-08-28 23:46:32janssenlinkissue1049 messages
2007-08-28 23:46:32janssencreate