From: Brett Cannon Date: Thu, 25 Jul 2013 21:36:15 +0000 (-0400) Subject: merge for issue #18556 X-Git-Tag: v3.4.0a1~81 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d7c1b1a2b09eb17621201b4b158cdab0b35a0f1;p=thirdparty%2FPython%2Fcpython.git merge for issue #18556 --- 5d7c1b1a2b09eb17621201b4b158cdab0b35a0f1 diff --cc Misc/NEWS index 744d7e194d21,8c23a9e56bb2..1dff486842a6 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -166,7 -52,8 +166,10 @@@ Core and Builtin Library ------- -- Issue #18556: Check the return value of a PyUnicode_AsWideChar() call in - ctypes' U_set(). ++- Issue #18556: Check the return type of PyUnicode_AsWideChar() in ctype's ++ U_set(). ++ +- Issue #17818: aifc.getparams now returns a namedtuple. - Issue #18549: Eliminate dead code in socket_ntohl()