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

Also, the whole mess with the _base slot can be gotten rid of;
accept() can use the dup() method instead.
History
Date User Action Args
2007-11-14 19:33:17gvanrossumsetspambayes_score: 0.613594 -> 0.61359423
recipients: + gvanrossum, nnorwitz, theller, christian.heimes, roudkerk
2007-11-14 19:33:17gvanrossumlinkissue1378 messages
2007-11-14 19:33:17gvanrossumcreate