This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients berker.peksag, docs@python, ezio.melotti, giampaolo.rodola, gvanrossum, hheimbuerger, pitrou, sbt, serhiy.storchaka
Date 2014-10-17.17:16:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413566187.02.0.739698065263.issue16802@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-10-17 17:16:27berker.peksagsetrecipients: + berker.peksag, gvanrossum, pitrou, giampaolo.rodola, ezio.melotti, docs@python, sbt, serhiy.storchaka, hheimbuerger
2014-10-17 17:16:27berker.peksagsetmessageid: <1413566187.02.0.739698065263.issue16802@psf.upfronthosting.co.za>
2014-10-17 17:16:27berker.peksaglinkissue16802 messages
2014-10-17 17:16:26berker.peksagcreate