[New-bugs-announce] [issue5711] socket.create_connection not in __all__

Kevin Watters report at bugs.python.org
Mon Apr 6 19:31:27 CEST 2009


New submission from Kevin Watters <kevinwatters at gmail.com>:

socket.create_connection was added in 2.6, but does not get exposed in 
socket's __all__.

Attached is the simple fix against 2.6's socket.py.

----------
components: Library (Lib)
files: socket-all-26.diff
keywords: patch
messages: 85656
nosy: kevinwatters
severity: normal
status: open
title: socket.create_connection not in __all__
type: behavior
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1
Added file: http://bugs.python.org/file13636/socket-all-26.diff

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


More information about the New-bugs-announce mailing list