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 christian.heimes
Recipients christian.heimes, gvanrossum, nnorwitz, roudkerk, theller
Date 2007-11-14.20:30:58
SpamBayes Score 0.30130774
Marked as misclassified No
Message-id <1195072258.5.0.753058997935.issue1378@psf.upfronthosting.co.za>
In-reply-to
Content
> I'm disappointed that this doesn't implement socket.fromfd() properly.
> Perhaps fromfd() needs to be implemented in socketmodule.c?

On Windows socket.fromfd() is not possible. Socket handlers and file
descriptors are different types using different API methods. Other
examples for the discrepancy are select.select() and select.poll(). On
Windows they don't work on file.
History
Date User Action Args
2007-11-14 20:30:58christian.heimessetspambayes_score: 0.301308 -> 0.30130774
recipients: + christian.heimes, gvanrossum, nnorwitz, theller, roudkerk
2007-11-14 20:30:58christian.heimessetspambayes_score: 0.301308 -> 0.301308
messageid: <1195072258.5.0.753058997935.issue1378@psf.upfronthosting.co.za>
2007-11-14 20:30:58christian.heimeslinkissue1378 messages
2007-11-14 20:30:58christian.heimescreate