Bugs item #1675026, was opened at 2007-03-06 15:58 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1675026&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Windows Group: Python 2.5 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jean-Marc Ranger (jmranger) Assigned to: Nobody/Anonymous (nobody) Summary: Redirect cause invalid descriptor error Initial Comment: Test setup: - Windows 2000 (french) - Python 2.5 (reproducible with 2.4.2 and 2.4.4) One python source file, test.py: --- import os print os.system("echo test") --- Console output: --- C:\test>test.py test 0 C:\test>test.py > test.log Descripteur non valide C:\test>type test.log 0 C:\test>c:\python25\python test.py test 0 C:\test>c:\python25\python test.py > test.log C:\test>type test.log test 0 C:\test> --- The "Descripteur non valide" error would translate to "invalid file descriptor". I would expect the 2nd call to perform the same way the 4th does. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1675026&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com