Comment 2 for bug 1115129

Revision history for this message
jsgaarde (jakob-simon-gaarde) wrote :

It looks like a known bug in Python 2.6's ast module. When you parse a python module in python 2.6 it raises an exception if you have \r\n line-endings. Could that be the case?

/ Jakob