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:39:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429025970.02.0.0255375573102.issue21327@psf.upfronthosting.co.za>
In-reply-to
Content
after conversation with @r.david.murray I understand that we only want to return the type, not all the flags, so the function will return just the socket.SOCK_STREAM or socket.SOCK_DGRAM ...
History
Date User Action Args
2015-04-14 15:39:30raulcdsetrecipients: + raulcd, exarkun, pitrou, vstinner, giampaolo.rodola, r.david.murray, lekma, nvetoshkin, neologix
2015-04-14 15:39:30raulcdsetmessageid: <1429025970.02.0.0255375573102.issue21327@psf.upfronthosting.co.za>
2015-04-14 15:39:30raulcdlinkissue21327 messages
2015-04-14 15:39:29raulcdcreate