Message6254

Author kellyc2702
Recipients kellyc2702
Date 2010-11-18.15:25:27
SpamBayes Score 0.009874455
Marked as misclassified No
Message-id <1290093927.52.0.659606214861.issue1678@psf.upfronthosting.co.za>
In-reply-to
Content
socket.fileno() is documented as such:
"Return the socket’s file descriptor (a small integer)."

However, it returns the org.python.core.io.SocketIO instance.
History
Date User Action Args
2010-11-18 15:25:27kellyc2702setrecipients: + kellyc2702
2010-11-18 15:25:27kellyc2702setmessageid: <1290093927.52.0.659606214861.issue1678@psf.upfronthosting.co.za>
2010-11-18 15:25:27kellyc2702linkissue1678 messages
2010-11-18 15:25:27kellyc2702create