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 brett.cannon, christian.heimes, gvanrossum
Date 2007-10-21.18:46:32
SpamBayes Score 0.06987718
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
> > Do you have access to Windows? I believe it doesn't have dup(). :-(
>
> I've an old laptop with Win2k at my disposal but it has no VS yet. Can
> you point me to a set of instruction how to install VS 2003? I've just
> VS .NET 2005 available.

Sorry, I'm as green as you when it comes to these. :-(

But I believe I was mistaken about dup() not existing on Windows;
dup() can't be used to duplicate sockets, but that's irrelevant here.
So the dup()-based solution is fine.

Alas, my family won't let me use the computer for more than a minute
at a time today, so I won't be able to review any code... :-)
History
Date User Action Args
2007-10-21 18:46:33gvanrossumsetspambayes_score: 0.0698772 -> 0.06987718
recipients: + gvanrossum, brett.cannon, christian.heimes
2007-10-21 18:46:33gvanrossumlinkissue1267 messages
2007-10-21 18:46:32gvanrossumcreate