]> granicus.if.org Git - python/commit
Merged revisions 77970 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 4 Feb 2010 20:23:24 +0000 (20:23 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 4 Feb 2010 20:23:24 +0000 (20:23 +0000)
commitb6375f12664f32f9c997609adab6e73c58721c69
treeb8e67d29a12236fa64e3c1f8f6afc9f4b55b2f9b
parent8f0b31ae4c32a32ee92e0464465172e4e2541b48
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.
........
Misc/NEWS
Modules/socketmodule.c