]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #5421: merge fix
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 17 Mar 2011 21:46:17 +0000 (22:46 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 17 Mar 2011 21:46:17 +0000 (22:46 +0100)
1  2 
Misc/NEWS
Modules/socketmodule.c

diff --cc Misc/NEWS
index d8e05fbfcce7605bd9f8e7b7eccd9ecb862e70cf,328e44d01d39eb9cdc983183e13f4a817773eca7..0828cd8df537dd53df167bb2bfcae533c3f7181c
+++ b/Misc/NEWS
@@@ -72,8 -40,9 +72,11 @@@ Core and Builtin
  Library
  -------
  
+ - Issue #5421: Fix misleading error message when one of socket.sendto()'s
+   arguments has the wrong type.  Patch by Nikita Vetoshkin.
 +- Issue #10812: Add some extra posix functions to the os module.
 +
  - Issue #10979: unittest stdout buffering now works with class and module
    setup and teardown.
  
Simple merge