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 akineko
Recipients akineko, ggenellina, loewis
Date 2007-09-01.01:11:14
SpamBayes Score 0.13844578
Marked as misclassified No
Message-id <1188609074.34.0.935474487869.issue1073@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry to disappoint you but ...
(1) Does the file exist before program is started, and remains after
program finishes?
Yes and Yes
(2) Do you change the current directory (with os.chdir or similar)?
No. The file is in the current directory where the program was invoked.

//

Probably, only way to settle this is to create a small test case.
But I'm not sure if that is easy.
(For example, this problem won't occur if no activity in the main thread.)

Aki-
History
Date User Action Args
2007-09-01 01:11:14akinekosetspambayes_score: 0.138446 -> 0.13844578
recipients: + akineko, loewis, ggenellina
2007-09-01 01:11:14akinekosetspambayes_score: 0.138446 -> 0.138446
messageid: <1188609074.34.0.935474487869.issue1073@psf.upfronthosting.co.za>
2007-09-01 01:11:14akinekolinkissue1073 messages
2007-09-01 01:11:14akinekocreate