Merged revisions 53434 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r53434 | guido.van.rossum | 2007-01-14 09:03:32 -0800 (Sun, 14 Jan 2007) | 3 lines

  Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or
  return negative numbers, per the underlying C implementation.
........
This commit is contained in:
Guido van Rossum 2007-01-15 00:07:32 +00:00
parent 65eabe30e4
commit 018919aba8
3 changed files with 29 additions and 4 deletions

View file

@ -521,6 +521,7 @@ Armin Rigo
Nicholas Riley
Jean-Claude Rimbault
Anthony Roach
Mark Roberts
Andy Robinson
Jim Robinson
Kevin Rodgers