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 inyeollee
Recipients ehuss, georg.brandl, inyeollee, ncoghlan, terry.reedy
Date 2008-04-17.22:11:33
SpamBayes Score 0.029548097
Marked as misclassified No
Message-id <1208470294.56.0.862428093414.issue1184112@psf.upfronthosting.co.za>
In-reply-to
Content
Missing trailing newline still triggers error as of 2.5.1:

>>> import parser
>>> parser.suite("pass\n ")
IndentationError: unexpected indent
>>> parser.suite("if True:\n pass\n ")
SyntaxError: invalid syntax
History
Date User Action Args
2008-04-17 22:11:34inyeolleesetspambayes_score: 0.0295481 -> 0.029548097
recipients: + inyeollee, georg.brandl, terry.reedy, ehuss, ncoghlan
2008-04-17 22:11:34inyeolleesetspambayes_score: 0.0295481 -> 0.0295481
messageid: <1208470294.56.0.862428093414.issue1184112@psf.upfronthosting.co.za>
2008-04-17 22:11:33inyeolleelinkissue1184112 messages
2008-04-17 22:11:33inyeolleecreate