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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1279>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com