]> granicus.if.org Git - python/commit
Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or
authorGuido van Rossum <guido@python.org>
Sun, 14 Jan 2007 17:03:32 +0000 (17:03 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 14 Jan 2007 17:03:32 +0000 (17:03 +0000)
commitbb2cc698c1dd69ad57450bb48d64f2b8aaae7bb7
tree7a5adf061a1281e0bc2add6ac069a779274a6d26
parent8ef1cf30b7a3427c42fe803547c6f7f33187783f
Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or
return negative numbers, per the underlying C implementation.
Lib/test/test_socket.py
Misc/ACKS
Misc/NEWS
Modules/socketmodule.c