commit | 5e98141f9f576934fe5635c66614f82be1ee0a9a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Mar 17 22:38:37 2011 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Mar 17 22:38:37 2011 +0100 |
tree | a3b802f86e36244f1eccf469968ebab80026303d | |
parent | 9f9193ec375ed0f366b4aabfe210e7fdc3eb6b7d [diff] |
Issue #5421: Fix misleading error message when one of socket.sendto()'s arguments has the wrong type. Patch by Nikita Vetoshkin.