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 neologix
Recipients David.Edelsohn, neologix, pitrou, python-dev, spurin
Date 2014-09-25.19:30:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM06jqHdOkzAV4xTYFNZsjxo2foyT=M3yqdSPPvkWJ_aaw@mail.gmail.com>
In-reply-to <1411635746.76.0.680205288566.issue17835@psf.upfronthosting.co.za>
Content
Let's try with this instead:

>>> from socket import socket, SO_SNDBUF, SOL_SOCKET
>>> s = socket()
>>> s.getsockopt(SOL_SOCKET, SO_SNDBUF)
History
Date User Action Args
2014-09-25 19:30:39neologixsetrecipients: + neologix, pitrou, python-dev, David.Edelsohn, spurin
2014-09-25 19:30:39neologixlinkissue17835 messages
2014-09-25 19:30:39neologixcreate