[New-bugs-announce] [issue16802] fileno argument to socket.socket() undocumented

Richard Oudkerk report at bugs.python.org
Fri Dec 28 17:12:31 CET 2012


New submission from Richard Oudkerk:

The actual signature is

    socket.socket(family=AF_INET, type=SOCK_STREAM, proto=0, fileno=None)

but the documented signature is

    socket.socket([family[, type[, proto]]])

Should the fileno argument be documented or is it considered an implementation detail?

----------
messages: 178387
nosy: sbt
priority: normal
severity: normal
status: open
title: fileno argument to socket.socket() undocumented
versions: Python 3.2, Python 3.3, Python 3.4

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


More information about the New-bugs-announce mailing list