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 shalabh
Recipients
Date 2004-10-17.21:06:08
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=30293

Here's some more info. On my FreeBSD box, for both 2.3.4 and
2.4b1:
>>> import os
>>> os.dup(0)
5

But on my Win XP box for 2.3.3:
>>> import os
>>> os.dup(0)
3

I am guessing this may be relevant. Someone more
knowledgable can comment.

History
Date User Action Args
2007-08-23 14:26:44adminlinkissue1048808 messages
2007-08-23 14:26:44admincreate