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 effbot
Recipients
Date 2004-10-20.17:23:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=38376

Just curious, but what happens if you start Python using the -
S option:

$ python -S
>>> import os
>>> os.dup(0)
History
Date User Action Args
2007-08-23 14:26:44adminlinkissue1048808 messages
2007-08-23 14:26:44admincreate