Tim Golden added the comment:
Not, apparently, on my (XP SP2) box:
<dump>
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.system ("""python -c "f=open
('temp.txt','w');f.write('hello');f.close ()"""); print open
("temp.txt").read ()
0
hello
>>>
</dump>
Perhaps you could provide a runnable piece of code which demonstrates
the problem?
----------
nosy: +tim.golden
__________________________________
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