Eryk Sun added the comment:

See issue 18643, which added a Windows implementation of socketpair(). Since 
it's not defined in the _socket extension module, it isn't added to 
socket.__all__. Someone simply forgot to add `__all__.append("socketpair")` 
after the definition on line 485.

----------

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

Reply via email to