Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove socketpair from windows_utils.__all__
  • Loading branch information
vstinner committed Nov 28, 2017
commit 4ec905f66271f21a261d73bcbaeeed292ff80baf
2 changes: 1 addition & 1 deletion Lib/asyncio/windows_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import warnings


__all__ = ['socketpair', 'pipe', 'Popen', 'PIPE', 'PipeHandle']
__all__ = ['pipe', 'Popen', 'PIPE', 'PipeHandle']


# Constants/globals
Expand Down