Brent Gardner <bggard...@gmail.com> added the comment:

This test was overlooked, and line 2052 should now be removed per the 
discussion here:

https://github.com/python/cpython/pull/14392#issuecomment-506133908

In short, getsockname() used to return `(interface, socket.AF_CAN)`, in which 
the socket.AF_CAN element was superfluous (also undocumented), so it was 
removed in the fix, and the tuple format was reinstated.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37405>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to