]> granicus.if.org Git - python/commit
- Issue #5104: The socket module now raises OverflowError when 16-bit port and
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 31 Jan 2009 22:57:30 +0000 (22:57 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 31 Jan 2009 22:57:30 +0000 (22:57 +0000)
commitde1a8b720a8cc5a6dab5e293d322a43d7ecb5c69
treede48d40fe9b7261a43d44005f0eda3512268db37
parenta528dc507caab7b549ec7b6a8f84c2a76dd6c1c7
- Issue #5104: The socket module now raises OverflowError when 16-bit port and
  protocol numbers are supplied outside the allowed 0-65536 range on bind()
  and getservbyport().
Lib/test/test_socket.py
Misc/NEWS
Modules/socketmodule.c