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 r.david.murray
Recipients jentyk, r.david.murray
Date 2015-05-01.17:26:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430501187.14.0.762464543731.issue24106@psf.upfronthosting.co.za>
In-reply-to
Content
Whitespace is significant in Python.  This is a fundamental part of the language.  So yes, this is intentional.  (Look up what the 'else' clause means on an if statement in the language reference.)
History
Date User Action Args
2015-05-01 17:26:27r.david.murraysetrecipients: + r.david.murray, jentyk
2015-05-01 17:26:27r.david.murraysetmessageid: <1430501187.14.0.762464543731.issue24106@psf.upfronthosting.co.za>
2015-05-01 17:26:27r.david.murraylinkissue24106 messages
2015-05-01 17:26:26r.david.murraycreate