[docs] [issue16802] fileno argument to socket.socket() undocumented
Berker Peksag
report at bugs.python.org
Fri Oct 17 19:16:27 CEST 2014
Berker Peksag added the comment:
The actual signature is now
socket.socket(family=AF_INET, type=SOCK_STREAM, proto=0, fileno=None)
but, the fileno argument still needs to be documented.
----------
nosy: +berker.peksag
stage: needs patch -> patch review
versions: +Python 3.5 -Python 3.2, Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16802>
_______________________________________
More information about the docs
mailing list