Author flashk
Recipients benjamin.peterson, flashk
Date 2009-11-06.01:38:17
SpamBayes Score 4.03391e-09
Marked as misclassified No
Message-id <1257471498.88.0.704911920359.issue7268@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, but why am I still getting a syntax error in both 2.6 and 3.1 on the 
file, even after converting the newlines?

If I remove the trailing indentation then everything works properly on 2.6 
and 3.1, even with DOS newlines.

It just seems that exec does not properly handle code that ends with an 
empty indented line, but execfile handles it correctly.
History
Date User Action Args
2009-11-06 01:38:20flashksetrecipients: + flashk, benjamin.peterson
2009-11-06 01:38:18flashksetmessageid: <1257471498.88.0.704911920359.issue7268@psf.upfronthosting.co.za>
2009-11-06 01:38:17flashklinkissue7268 messages
2009-11-06 01:38:17flashkcreate