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 pitrou
Recipients diekmann, pitrou
Date 2010-12-07.13:46:33
SpamBayes Score 0.0048431274
Marked as misclassified No
Message-id <1291729603.81.0.626487985051.issue10644@psf.upfronthosting.co.za>
In-reply-to
Content
Which OS is it? It works for me:

Traceback (most recent call last):
  File "socketbug.py", line 24, in <module>
    print(con.send(bytes("Hello", "ascii")))
socket.error: [Errno 32] Broken pipe

Regardless, the error returned is the one returned by your OS here. If your OS accepts the send(), Python can nothing against it.
History
Date User Action Args
2010-12-07 13:46:43pitrousetrecipients: + pitrou, diekmann
2010-12-07 13:46:43pitrousetmessageid: <1291729603.81.0.626487985051.issue10644@psf.upfronthosting.co.za>
2010-12-07 13:46:33pitroulinkissue10644 messages
2010-12-07 13:46:33pitroucreate