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 raulcd
Recipients exarkun, giampaolo.rodola, lekma, neologix, nvetoshkin, pitrou, r.david.murray, raulcd, vstinner
Date 2015-04-14.15:31:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429025512.64.0.720351361904.issue21327@psf.upfronthosting.co.za>
In-reply-to
Content
@haypo Would you expect the new function to return a tuple?

i.e:
>>> socket.get_socket_type(sock)
(socket.SOCK_STREAM, socket.SOCK_NONBLOCK)
>>> socket.get_socket_type(sock2)
(socket.SOCK_STREAM,)
History
Date User Action Args
2015-04-14 15:31:52raulcdsetrecipients: + raulcd, exarkun, pitrou, vstinner, giampaolo.rodola, r.david.murray, lekma, nvetoshkin, neologix
2015-04-14 15:31:52raulcdsetmessageid: <1429025512.64.0.720351361904.issue21327@psf.upfronthosting.co.za>
2015-04-14 15:31:52raulcdlinkissue21327 messages
2015-04-14 15:31:52raulcdcreate