]> granicus.if.org Git - python/commit
Issue #4772: Raise a ValueError when an unknown Bluetooth protocol is
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 4 Feb 2010 20:20:18 +0000 (20:20 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 4 Feb 2010 20:20:18 +0000 (20:20 +0000)
commitd840e5174dc8d5407b56e377aa1e608ebe5cf535
treee7e0e2bbe746be845867ea2a013544f4f2c75478
parent98ce620068c7f164f5a1d95749c7a7d359cc5921
Issue #4772: Raise a ValueError when an unknown Bluetooth protocol is
specified, rather than fall through to AF_PACKET (in the `socket` module).
Also, raise ValueError rather than TypeError when an unknown TIPC address
type is specified.  Patch by Brian Curtin.
Misc/NEWS
Modules/socketmodule.c