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-20.17:38:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=30293

Same:

$ python -S
Python 2.3.4 (#2, Oct 15 2004, 13:44:35) 
[GCC 3.3.3 [FreeBSD] 20031106] on freebsd5
>>> import os                   
>>> os.dup(0)                   
5

The above behaviour is also seen with 2.4b1 using -S.
History
Date User Action Args
2007-08-23 14:26:44adminlinkissue1048808 messages
2007-08-23 14:26:44admincreate