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 zach.ware
Recipients ASCRong, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-01-21.15:20:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611242447.98.0.307065063733.issue42989@roundup.psfhosted.org>
In-reply-to
Content
That line on its own will cause an IndentationError, which is a subclass of SyntaxError.  However, out of context, without the full traceback, and without a description of your environment, the only thing I have to go on here is the fact that the vast majority of syntax errors are problems in user code, not Python itself.  This is not a forum for getting help with your own program, but you can try out discuss.python.org or the python-list@python.org mailing list for that.
History
Date User Action Args
2021-01-21 15:20:48zach.waresetrecipients: + zach.ware, paul.moore, tim.golden, steve.dower, ASCRong
2021-01-21 15:20:47zach.waresetmessageid: <1611242447.98.0.307065063733.issue42989@roundup.psfhosted.org>
2021-01-21 15:20:47zach.warelinkissue42989 messages
2021-01-21 15:20:47zach.warecreate