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 giampaolo.rodola
Recipients exarkun, giampaolo.rodola, pitrou
Date 2010-08-14.18:04:51
SpamBayes Score 6.625296e-05
Marked as misclassified No
Message-id <1281809095.3.0.764941804325.issue8866@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch in attachment includes tests and doc update.

I decided to rename "socktype" argument in "type", since that's the name adopted all across the socket module API:

socket.socket([family[, type[, proto]]])
socket.socket.type
socket.socketpair([family[, type[, proto]]])
socket.fromfd(fd, family, type[, proto])

This is safe and doesn't introduce any incompatibility.
History
Date User Action Args
2010-08-14 18:04:55giampaolo.rodolasetrecipients: + giampaolo.rodola, exarkun, pitrou
2010-08-14 18:04:55giampaolo.rodolasetmessageid: <1281809095.3.0.764941804325.issue8866@psf.upfronthosting.co.za>
2010-08-14 18:04:54giampaolo.rodolalinkissue8866 messages
2010-08-14 18:04:53giampaolo.rodolacreate