[New-bugs-announce] [issue27698] socketpair not in socket.__all__ on Windows

Vedran Čačić report at bugs.python.org
Sat Aug 6 06:02:26 EDT 2016


New submission from Vedran Čačić:

It seems socketpair is added for Windows in Py3.5, but it isn't imported with `from socket import *`. Can it be added to __all__?

----------
components: Library (Lib)
messages: 272084
nosy: veky
priority: normal
severity: normal
status: open
title: socketpair not in socket.__all__ on Windows
versions: Python 3.5, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27698>
_______________________________________


More information about the New-bugs-announce mailing list