mirror of
https://github.com/python/cpython.git
synced 2026-05-20 11:23:49 -04:00
d840e5174d
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.