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
Date 2008-01-06.12:51:47
SpamBayes Score 0.0
Marked as misclassified No
Message-id
In-reply-to
Content
Correct

In Windows file descriptors are handled by the MSVCR library and socket
descriptors by winsock (ws32*). For the same reason you can't use a fd
with select on Windows.

wont fix == Can't fix Windows
History
Date User Action Args
2008-01-28 08:34:45loewissetspambayes_score: 0.854026 -> 0.0
2008-01-06 12:51:47christian.heimeslinkissue1681674 messages
2008-01-06 12:51:47christian.heimescreate