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 sbt
Recipients sbt
Date 2012-12-28.16:12:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356711151.76.0.423836721045.issue16802@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2012-12-28 16:12:31sbtsetrecipients: + sbt
2012-12-28 16:12:31sbtsetmessageid: <1356711151.76.0.423836721045.issue16802@psf.upfronthosting.co.za>
2012-12-28 16:12:31sbtlinkissue16802 messages
2012-12-28 16:12:31sbtcreate