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 mjpieters
Recipients mjpieters, steven.daprano
Date 2017-08-10.15:48:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502380131.26.0.0669473377278.issue31161@psf.upfronthosting.co.za>
In-reply-to
Content
It's confusing; a syntax error reports on the first error found, not two errors at once. The TabError or IndentationError exception detail message itself is lost (it should be "IndentationError: Improper mixture of spaces and tabs." or "TabError: Improper indentation.", respectively). So you end up with an end-user scratching their head, the two parts of the message make no sense together.
History
Date User Action Args
2017-08-10 15:48:51mjpieterssetrecipients: + mjpieters, steven.daprano
2017-08-10 15:48:51mjpieterssetmessageid: <1502380131.26.0.0669473377278.issue31161@psf.upfronthosting.co.za>
2017-08-10 15:48:51mjpieterslinkissue31161 messages
2017-08-10 15:48:51mjpieterscreate