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 christian.heimes
Recipients christian.heimes, pythonmeister, tim.golden
Date 2008-01-03.23:58:40
SpamBayes Score 0.005475059
Marked as misclassified No
Message-id <1199404720.63.0.0459789019483.issue1279@psf.upfronthosting.co.za>
In-reply-to
Content
It might happen when the program hasn't terminated yet. You have to make
sure the program has terminated before you read the file. Subprocess and
its wait() should help.
History
Date User Action Args
2008-01-03 23:58:40christian.heimessetspambayes_score: 0.00547506 -> 0.005475059
recipients: + christian.heimes, tim.golden, pythonmeister
2008-01-03 23:58:40christian.heimessetspambayes_score: 0.00547506 -> 0.00547506
messageid: <1199404720.63.0.0459789019483.issue1279@psf.upfronthosting.co.za>
2008-01-03 23:58:40christian.heimeslinkissue1279 messages
2008-01-03 23:58:40christian.heimescreate