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 yonas
Recipients amaury.forgeotdarc, yonas
Date 2009-05-27.20:06:39
SpamBayes Score 0.009147389
Marked as misclassified No
Message-id <1243454800.51.0.204632967106.issue6122@psf.upfronthosting.co.za>
In-reply-to
Content
os.system() works:

os.system("echo `date` >> /tmp/myfile")

root@yonas-laptop:/usr/lib/exim4/local_scan# cat /tmp/myfile 
Wed May 27 16:04:54 EDT 2009
Wed May 27 16:04:54 EDT 2009
History
Date User Action Args
2009-05-27 20:06:40yonassetrecipients: + yonas, amaury.forgeotdarc
2009-05-27 20:06:40yonassetmessageid: <1243454800.51.0.204632967106.issue6122@psf.upfronthosting.co.za>
2009-05-27 20:06:39yonaslinkissue6122 messages
2009-05-27 20:06:39yonascreate