[issue1279] os.system() oddity under Windows XP SP2

Stefan Sonnenberg-Carstens report at bugs.python.org
Mon Oct 15 15:12:56 CEST 2007


New submission from Stefan Sonnenberg-Carstens:

When doing such
os.system("a command wich writes a outfile")
f = open("the file the command before wrote")

the file is empty.

If I do this:

os.popen("a command wich writes a outfile")
f = open("the file the command before wrote")

everything is fine

----------
components: Interpreter Core
messages: 56439
nosy: pythonmeister
severity: major
status: open
title: os.system() oddity under Windows XP SP2
type: behavior
versions: Python 2.3

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1279>
__________________________________


More information about the Python-bugs-list mailing list