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 vstinner
Recipients amaury.forgeotdarc, ggenellina, gregory.p.smith, gvanrossum, jhylton, loewis, romkyns, vstinner, zanella
Date 2009-01-05.23:34:20
SpamBayes Score 0.10257834
Marked as misclassified No
Message-id <1231198461.49.0.72728430696.issue3826@psf.upfronthosting.co.za>
In-reply-to
Content
> Also, I think the SocketIO.fileno mathod should change to: (...)

Since SocketIO.fileno() just calls self._sock.fileno(), it would be 
easier (and better) to fix socket.socket(). But since socket.fileno() 
calls socket._fileno() we can just fix it correctly once in 
socketmodule.c ;-) And instead IOError, I would prefer socket.error.
History
Date User Action Args
2009-01-05 23:34:21vstinnersetrecipients: + vstinner, gvanrossum, loewis, jhylton, gregory.p.smith, amaury.forgeotdarc, ggenellina, zanella, romkyns
2009-01-05 23:34:21vstinnersetmessageid: <1231198461.49.0.72728430696.issue3826@psf.upfronthosting.co.za>
2009-01-05 23:34:20vstinnerlinkissue3826 messages
2009-01-05 23:34:20vstinnercreate