Message 83853 - Python tracker

Message83853

Author loewis
Recipients loewis, vstinner
Date 2009-03-20.05:56:20
SpamBayes Score 0.13014114
Marked as misclassified No
Message-id <1237528583.89.0.81101576808.issue5524@psf.upfronthosting.co.za>
In-reply-to
Content
-1. There is a much simpler solution to the problem: use exec(open(fn,
"rb").read())
History
Date User Action Args
2009-03-20 05:56:24loewissetrecipients: + loewis, vstinner
2009-03-20 05:56:23loewissetmessageid: <1237528583.89.0.81101576808.issue5524@psf.upfronthosting.co.za>
2009-03-20 05:56:21loewislinkissue5524 messages
2009-03-20 05:56:20loewiscreate