Antoine Pitrou <pit...@free.fr> added the comment: 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. ---------- nosy: +pitrou resolution: -> invalid status: open -> pending versions: +Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10644> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com