]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 69519 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 1 Nov 2009 20:28:48 +0000 (20:28 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 1 Nov 2009 20:28:48 +0000 (20:28 +0000)
commit63e64add92fef0649b64c39dc4e048d613bedf52
tree35af01d86014074c70e950c2b8665ccd2e2ea56b
parent743d8319ef71641a0b0efa53aad6590b6cd2835b
Merged revisions 69519 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69519 | gregory.p.smith | 2009-02-11 15:45:25 -0800 (Wed, 11 Feb 2009) | 3 lines

  Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes even
  on LP64 platforms (most 64-bit Linux, bsd, unix systems).
........
Lib/test/test_socket.py
Misc/NEWS
Modules/socketmodule.c