]> granicus.if.org Git - python/commit
Patch #1019808 from Federico Schwindt: Return correct socket error when
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 19 Jan 2008 20:47:59 +0000 (20:47 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 19 Jan 2008 20:47:59 +0000 (20:47 +0000)
commit060e6855a802a9e9bf2e6905342f704f64a3a26d
tree4e7aacd975ced3b4a7c73c29e985983bc6cda79f
parente3979f776a3837716aa7e566e388332d85314ceb
Patch #1019808 from Federico Schwindt: Return correct socket error when
a default timeout has been set, by using getsockopt() to get the error
condition (instead of trying another connect() call, which seems to be
a Linuxism).

2.5 bugfix candidate, assuming no one reports any problems with this change.
Misc/ACKS
Misc/NEWS
Modules/socketmodule.c