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 belopolsky
Recipients RafeSacks, belopolsky, ggenellina
Date 2008-12-08.21:30:29
SpamBayes Score 5.492353e-06
Marked as misclassified No
Message-id <1228771831.11.0.222917173428.issue4335@psf.upfronthosting.co.za>
In-reply-to
Content
In order to reproduce the reported problem I had to conjure the attached 
repro.py which is missing '\n' on the last line.

I need to double check the language definition, but I feel this is not a 
bug because a file that ends with an unterminated line is not a well-
formed python program.
History
Date User Action Args
2008-12-08 21:30:31belopolskysetrecipients: + belopolsky, ggenellina, RafeSacks
2008-12-08 21:30:31belopolskysetmessageid: <1228771831.11.0.222917173428.issue4335@psf.upfronthosting.co.za>
2008-12-08 21:30:30belopolskylinkissue4335 messages
2008-12-08 21:30:30belopolskycreate