commit | 6e127db0ed5288f1917bb166b561bd601fcc51c6 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Feb 04 20:26:34 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Feb 04 20:26:34 2010 +0000 |
tree | 3344d8d6476d212e6bfc0f3d6e55c03af60bb758 | |
parent | f85bba5431c861f463a8d7b4bd40d459d9bbff63 [diff] |
Merged revisions 77970 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77970 | antoine.pitrou | 2010-02-04 21:20:18 +0100 (jeu., 04 févr. 2010) | 6 lines 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. ........