(original) (raw)

changeset: 72033:37721ee145a2 user: Nick Coghlan ncoghlan@gmail.com date: Mon Aug 22 16:27:46 2011 +1000 files: Misc/NEWS description: Credit patch authors in NEWS for #6560 diff -r c5cb0aa5bed6 -r 37721ee145a2 Misc/NEWS --- a/Misc/NEWS Mon Aug 22 16:19:19 2011 +1000 +++ b/Misc/NEWS Mon Aug 22 16:27:46 2011 +1000 @@ -270,7 +270,7 @@ - Issue #6560: The sendmsg/recvmsg API is now exposed by the socket module when provided by the underlying platform, supporting processing of - ancillary data in pure Python code. + ancillary data in pure Python code. Patch by David Watson and Heiko Wundram. - Issue #12326: On Linux, sys.platform doesn't contain the major version anymore. It is now always 'linux', instead of 'linux2' or 'linux3' depending /ncoghlan@gmail.com