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 tim.golden
Recipients pythonmeister, tim.golden
Date 2007-10-15.13:44:24
SpamBayes Score 0.2532191
Marked as misclassified No
Message-id <1192455865.2.0.346303116454.issue1279@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2007-10-15 13:44:25tim.goldensetspambayes_score: 0.253219 -> 0.2532191
recipients: + tim.golden, pythonmeister
2007-10-15 13:44:25tim.goldensetspambayes_score: 0.253219 -> 0.253219
messageid: <1192455865.2.0.346303116454.issue1279@psf.upfronthosting.co.za>
2007-10-15 13:44:25tim.goldenlinkissue1279 messages
2007-10-15 13:44:24tim.goldencreate