Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or
commit04963c5d4a43395dce58fad173e5e9c3675b4259
authorguido.van.rossum <guido.van.rossum@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 14 Jan 2007 17:03:32 +0000 (14 17:03 +0000)
committerguido.van.rossum <guido.van.rossum@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 14 Jan 2007 17:03:32 +0000 (14 17:03 +0000)
treed36b88d81448c3d2dc90b83fa35d605904ef5e7c
parent389048fe874563ac9aa6d923643cfc128a1bd6ae
Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or
return negative numbers, per the underlying C implementation.

git-svn-id: http://svn.python.org/projects/python/trunk@53434 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_socket.py
Misc/ACKS
Misc/NEWS
Modules/socketmodule.c