]> granicus.if.org Git - python/commit
[Part of patch #909005] Repeating exception changed from 'raise socket.error, why...
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 21 Mar 2004 19:58:28 +0000 (19:58 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 21 Mar 2004 19:58:28 +0000 (19:58 +0000)
commit174bdbc999e59363739b1127b0ced4fa8e25b3dc
treea33d3542d71e957465f03477eec460a3d2ad01ca
parent419af88b34fb84062baed5c0be7f6c9e72fcb77d
[Part of patch #909005] Repeating exception changed from 'raise socket.error, why' to just raise.  Make use of connect_ex() raise socket.error with 2-tuple instead of just error code
Lib/asyncore.py